Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
Upgrading gems
Browse files Browse the repository at this point in the history
  • Loading branch information
javallone committed Sep 21, 2013
1 parent eb410f7 commit 693b33e
Showing 1 changed file with 44 additions and 35 deletions.
79 changes: 44 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,67 +1,76 @@
GEM
remote: http://rubygems.org/
specs:
coderay (1.0.8)
coderay (1.0.9)
daemons (1.1.9)
diff-lcs (1.1.3)
eventmachine (1.0.0)
ffi (1.2.0)
foreman (0.60.2)
diff-lcs (1.2.4)
dotenv (0.9.0)
eventmachine (1.0.3)
ffi (1.9.0)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
formatador (0.2.4)
growl (1.0.3)
guard (1.6.0)
listen (>= 0.6.0)
guard (1.8.3)
formatador (>= 0.2.4)
listen (~> 1.3)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-bundler (1.0.0)
bundler (~> 1.0)
guard (~> 1.1)
guard-rspec (2.3.3)
guard (>= 1.1)
rspec (~> 2.11)
hike (1.2.1)
listen (0.6.0)
lumberjack (1.0.2)
method_source (0.8.1)
multi_json (1.5.0)
guard-rspec (3.0.3)
guard (>= 1.8)
rspec (~> 2.13)
hike (1.2.3)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.4)
method_source (0.8.2)
multi_json (1.8.0)
polyglot (0.3.3)
pry (0.9.10)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
rake (0.9.2.2)
slop (~> 3.4)
rack (1.5.2)
rake (10.1.0)
rb-fchange (0.0.6)
ffi
rb-fsevent (0.9.2)
rb-inotify (0.8.8)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
sprockets (2.8.2)
slop (3.4.6)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thin (1.5.0)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)

Expand Down

0 comments on commit 693b33e

Please sign in to comment.