Skip to content

Commit

Permalink
Remove obsolete gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jnv committed Dec 4, 2012
1 parent accb3ca commit f7e834d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
19 changes: 14 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"

group :development do
gem "rake"
gem "ruby-debug"
#gem "ruby-debug"

gem "bundler"
gem "jeweler"
Expand Down Expand Up @@ -32,12 +32,21 @@ end

group :test do
gem "rspec-rails"
gem "rspactor"
gem "rcov"
gem "ZenTest"
#gem "rspactor"
#gem "rcov"
#gem "ZenTest"
end

group :cucumber do
gem "cucumber"
gem 'sqlite3-ruby'
end

platforms :mri_18 do
gem 'sqlite3-ruby', :group => :cucumber
#gem 'mysql', :group => :development
end

platforms :mri_19 do
gem 'sqlite3', :group => :cucumber
#gem 'mysql2', :group => :development
end
17 changes: 1 addition & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.8.1)
actionpack (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
Expand Down Expand Up @@ -29,7 +28,6 @@ GEM
bson_ext (1.6.4)
bson (~> 1.6.4)
builder (3.0.0)
columnize (0.3.6)
couch_potato (0.5.7)
activemodel
couchrest (>= 1.0.1)
Expand Down Expand Up @@ -113,8 +111,6 @@ GEM
journey (1.0.4)
json (1.7.3)
json_pure (1.4.6)
linecache (0.46)
rbx-require-relative (> 0.0.4)
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
Expand Down Expand Up @@ -160,13 +156,10 @@ GEM
rb-fsevent (0.9.1)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rbx-require-relative (0.0.9)
rcov (1.0.0)
rdoc (3.12)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspactor (0.6.4)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
Expand All @@ -180,11 +173,6 @@ GEM
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.11.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
sequel (3.21.0)
sprockets (2.1.3)
hike (~> 1.2)
Expand All @@ -203,7 +191,6 @@ PLATFORMS
ruby

DEPENDENCIES
ZenTest
activerecord
bson_ext
bundler
Expand All @@ -222,10 +209,8 @@ DEPENDENCIES
mysql2
pg
rake
rcov
rspactor
rspec-rails
ruby-debug
sequel (~> 3.21.0)
sqlite3
sqlite3-ruby
tzinfo

0 comments on commit f7e834d

Please sign in to comment.