mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Remove obsolete gems
This commit is contained in:
parent
accb3cac2d
commit
f7e834d5e9
2 changed files with 15 additions and 21 deletions
19
Gemfile
19
Gemfile
|
@ -3,7 +3,7 @@ source "http://rubygems.org"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "ruby-debug"
|
#gem "ruby-debug"
|
||||||
|
|
||||||
gem "bundler"
|
gem "bundler"
|
||||||
gem "jeweler"
|
gem "jeweler"
|
||||||
|
@ -32,12 +32,21 @@ end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "rspec-rails"
|
gem "rspec-rails"
|
||||||
gem "rspactor"
|
#gem "rspactor"
|
||||||
gem "rcov"
|
#gem "rcov"
|
||||||
gem "ZenTest"
|
#gem "ZenTest"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :cucumber do
|
group :cucumber do
|
||||||
gem "cucumber"
|
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
|
end
|
||||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -1,7 +1,6 @@
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ZenTest (4.8.1)
|
|
||||||
actionpack (3.2.6)
|
actionpack (3.2.6)
|
||||||
activemodel (= 3.2.6)
|
activemodel (= 3.2.6)
|
||||||
activesupport (= 3.2.6)
|
activesupport (= 3.2.6)
|
||||||
|
@ -29,7 +28,6 @@ GEM
|
||||||
bson_ext (1.6.4)
|
bson_ext (1.6.4)
|
||||||
bson (~> 1.6.4)
|
bson (~> 1.6.4)
|
||||||
builder (3.0.0)
|
builder (3.0.0)
|
||||||
columnize (0.3.6)
|
|
||||||
couch_potato (0.5.7)
|
couch_potato (0.5.7)
|
||||||
activemodel
|
activemodel
|
||||||
couchrest (>= 1.0.1)
|
couchrest (>= 1.0.1)
|
||||||
|
@ -113,8 +111,6 @@ GEM
|
||||||
journey (1.0.4)
|
journey (1.0.4)
|
||||||
json (1.7.3)
|
json (1.7.3)
|
||||||
json_pure (1.4.6)
|
json_pure (1.4.6)
|
||||||
linecache (0.46)
|
|
||||||
rbx-require-relative (> 0.0.4)
|
|
||||||
listen (0.4.7)
|
listen (0.4.7)
|
||||||
rb-fchange (~> 0.0.5)
|
rb-fchange (~> 0.0.5)
|
||||||
rb-fsevent (~> 0.9.1)
|
rb-fsevent (~> 0.9.1)
|
||||||
|
@ -160,13 +156,10 @@ GEM
|
||||||
rb-fsevent (0.9.1)
|
rb-fsevent (0.9.1)
|
||||||
rb-inotify (0.8.8)
|
rb-inotify (0.8.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rbx-require-relative (0.0.9)
|
|
||||||
rcov (1.0.0)
|
|
||||||
rdoc (3.12)
|
rdoc (3.12)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
rspactor (0.6.4)
|
|
||||||
rspec (2.11.0)
|
rspec (2.11.0)
|
||||||
rspec-core (~> 2.11.0)
|
rspec-core (~> 2.11.0)
|
||||||
rspec-expectations (~> 2.11.0)
|
rspec-expectations (~> 2.11.0)
|
||||||
|
@ -180,11 +173,6 @@ GEM
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
rspec (~> 2.11.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)
|
sequel (3.21.0)
|
||||||
sprockets (2.1.3)
|
sprockets (2.1.3)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
|
@ -203,7 +191,6 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
ZenTest
|
|
||||||
activerecord
|
activerecord
|
||||||
bson_ext
|
bson_ext
|
||||||
bundler
|
bundler
|
||||||
|
@ -222,10 +209,8 @@ DEPENDENCIES
|
||||||
mysql2
|
mysql2
|
||||||
pg
|
pg
|
||||||
rake
|
rake
|
||||||
rcov
|
|
||||||
rspactor
|
|
||||||
rspec-rails
|
rspec-rails
|
||||||
ruby-debug
|
|
||||||
sequel (~> 3.21.0)
|
sequel (~> 3.21.0)
|
||||||
|
sqlite3
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
tzinfo
|
tzinfo
|
||||||
|
|
Loading…
Reference in a new issue