Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Updated Gemfile.lock and dummy app Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Champourlier committed Sep 16, 2014
1 parent 3ec312f commit dfc02b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 21 deletions.
26 changes: 16 additions & 10 deletions Gemfile.lock
Expand Up @@ -3,28 +3,35 @@ PATH
specs:
guard-shotgun (0.3.1)
ffi
guard (~> 1.0)
guard (~> 2.0)
spoon

GEM
remote: https://rubygems.org/
specs:
celluloid (0.15.2)
timers (~> 1.1.0)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
coderay (1.1.0)
diff-lcs (1.2.5)
ffi (1.9.3)
formatador (0.2.5)
guard (1.8.3)
guard (2.5.1)
formatador (>= 0.2.4)
listen (~> 1.3)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
listen (1.3.1)
listen (~> 2.6)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
listen (2.7.1)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.9)
method_source (0.8.2)
nio4r (1.0.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -33,8 +40,6 @@ GEM
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand All @@ -51,6 +56,7 @@ GEM
spoon (0.0.4)
ffi
thor (0.19.1)
timers (1.1.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy_app/Gemfile
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"
gem 'sinatra', :require => "sinatra/base"

group :development, :test do
gem 'guard', '~> 1'
gem 'guard', '~> 2.0'

# Requirements for the manually inserted guard-shotgun
gem 'spoon'
Expand Down
26 changes: 16 additions & 10 deletions spec/dummy_app/Gemfile.lock
@@ -1,21 +1,28 @@
GEM
remote: http://rubygems.org/
specs:
celluloid (0.15.2)
timers (~> 1.1.0)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
coderay (1.1.0)
ffi (1.9.3)
formatador (0.2.5)
guard (1.8.3)
guard (2.5.1)
formatador (>= 0.2.4)
listen (~> 1.3)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
listen (1.3.1)
listen (~> 2.6)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
listen (2.7.1)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.9)
method_source (0.8.2)
nio4r (1.0.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -26,8 +33,6 @@ GEM
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand All @@ -37,12 +42,13 @@ GEM
ffi
thor (0.19.1)
tilt (1.4.1)
timers (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
ffi
guard (~> 1)
guard (~> 2.0)
sinatra
spoon

0 comments on commit dfc02b3

Please sign in to comment.