Skip to content

Commit

Permalink
Merge pull request #65 from doomspork/master
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
doomspork committed Nov 7, 2014
2 parents 651a6e0 + 2e1c1ea commit c1e6d05
Showing 1 changed file with 38 additions and 28 deletions.
66 changes: 38 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.6)
activesupport (4.1.7)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
awesome_print (1.2.0)
backports (3.6.1)
barby (0.6.1)
backports (3.6.3)
barby (0.6.2)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (2.7.0)
columnize (~> 0.3)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
coderay (1.1.0)
colorize (0.6.0)
colorize (0.7.3)
columnize (0.8.9)
coveralls (0.7.1)
multi_json (~> 1.3)
Expand All @@ -30,30 +31,39 @@ GEM
diff-lcs (1.2.5)
docile (1.1.5)
i18n (0.6.11)
icepick (1.1.0)
icepick (1.3.0)
awesome_print (~> 1.2)
colorize (~> 0.6.0)
pry (~> 0.9.12)
pry-byebug (~> 1.3.2)
pry-doc (~> 0.4.6)
pry-stack_explorer (~> 0.4.9)
colorize (~> 0.7)
pry (~> 0.10)
pry-byebug (~> 2.0)
pry-doc (~> 0.6)
pry-docmore (~> 0.1)
pry-rescue (~> 1.4)
pry-stack_explorer (~> 0.4)
interception (0.5)
json (1.8.1)
kgio (2.9.2)
method_source (0.8.2)
mime-types (2.3)
minitest (5.4.1)
mime-types (2.4.3)
minitest (5.4.2)
multi_json (1.10.1)
netrc (0.7.7)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
netrc (0.8.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (1.3.2)
byebug (~> 2.7)
pry (~> 0.9.12)
pry-doc (0.4.6)
pry (>= 0.9)
yard (>= 0.8)
pry-byebug (2.0.0)
byebug (~> 3.4)
pry (~> 0.10)
pry-doc (0.6.0)
pry (~> 0.9)
yard (~> 0.8)
pry-docmore (0.1.1)
pry
pry-doc
pry-rescue (1.4.1)
interception (>= 0.5)
pry
pry-stack_explorer (0.4.9.1)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
Expand All @@ -74,14 +84,14 @@ GEM
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.4)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.2)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.1)
rspec-support (3.1.2)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
Expand Down Expand Up @@ -112,7 +122,7 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
yard (0.8.7.4)
yard (0.8.7.6)

PLATFORMS
ruby
Expand Down

0 comments on commit c1e6d05

Please sign in to comment.