mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Update 3.0.gemfile.lock
This commit is contained in:
parent
bbb0f45500
commit
181efb3ea4
3 changed files with 17 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
||||||
appraise '3.0' do
|
appraise '3.0' do
|
||||||
gem 'rails', '3.0.17'
|
gem 'rails', '~> 3.0.17'
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise '3.1' do
|
appraise '3.1' do
|
||||||
|
|
|
@ -9,6 +9,6 @@ gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
|
||||||
gem "jdbc-sqlite3", :platform=>:jruby
|
gem "jdbc-sqlite3", :platform=>:jruby
|
||||||
gem "jruby-openssl", :platform=>:jruby
|
gem "jruby-openssl", :platform=>:jruby
|
||||||
gem "therubyrhino", :platform=>:jruby
|
gem "therubyrhino", :platform=>:jruby
|
||||||
gem "rails", "3.0.17"
|
gem "rails", "~> 3.0.17"
|
||||||
|
|
||||||
gemspec :path=>"../"
|
gemspec :path=>"../"
|
|
@ -1,9 +1,9 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/draper/Dropbox/Development/shoulda-matchers
|
remote: /Users/draper/Dropbox/Development/shoulda-matchers
|
||||||
specs:
|
specs:
|
||||||
shoulda-matchers (1.4.1)
|
shoulda-matchers (1.4.2)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
bourne (~> 1.1.2)
|
bourne (~> 1.2.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
|
@ -35,7 +35,7 @@ GEM
|
||||||
activemodel (= 3.0.17)
|
activemodel (= 3.0.17)
|
||||||
activesupport (= 3.0.17)
|
activesupport (= 3.0.17)
|
||||||
activesupport (3.0.17)
|
activesupport (3.0.17)
|
||||||
appraisal (0.4.1)
|
appraisal (0.5.1)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
arel (2.0.10)
|
arel (2.0.10)
|
||||||
|
@ -43,22 +43,21 @@ GEM
|
||||||
childprocess (~> 0.3.6)
|
childprocess (~> 0.3.6)
|
||||||
cucumber (>= 1.1.1)
|
cucumber (>= 1.1.1)
|
||||||
rspec-expectations (>= 2.7.0)
|
rspec-expectations (>= 2.7.0)
|
||||||
bourne (1.1.2)
|
bourne (1.2.1)
|
||||||
mocha (= 0.10.5)
|
mocha (= 0.12.7)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
childprocess (0.3.6)
|
childprocess (0.3.6)
|
||||||
ffi (~> 1.0, >= 1.0.6)
|
ffi (~> 1.0, >= 1.0.6)
|
||||||
cucumber (1.1.9)
|
cucumber (1.2.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
diff-lcs (>= 1.1.2)
|
diff-lcs (>= 1.1.3)
|
||||||
gherkin (~> 2.9.0)
|
gherkin (~> 2.11.0)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.6)
|
||||||
term-ansicolor (>= 1.0.6)
|
|
||||||
diff-lcs (1.1.3)
|
diff-lcs (1.1.3)
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
ffi (1.2.0)
|
ffi (1.2.0)
|
||||||
gherkin (2.9.3)
|
gherkin (2.11.5)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.6)
|
||||||
i18n (0.5.0)
|
i18n (0.5.0)
|
||||||
json (1.7.5)
|
json (1.7.5)
|
||||||
|
@ -69,7 +68,7 @@ GEM
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
metaclass (0.0.1)
|
metaclass (0.0.1)
|
||||||
mime-types (1.19)
|
mime-types (1.19)
|
||||||
mocha (0.10.5)
|
mocha (0.12.7)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
rack (1.2.5)
|
rack (1.2.5)
|
||||||
|
@ -91,7 +90,7 @@ GEM
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
thor (~> 0.14.4)
|
thor (~> 0.14.4)
|
||||||
rake (0.9.5)
|
rake (10.0.2)
|
||||||
rdoc (3.12)
|
rdoc (3.12)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
rspec (2.8.0)
|
rspec (2.8.0)
|
||||||
|
@ -109,7 +108,6 @@ GEM
|
||||||
rspec (~> 2.8.0)
|
rspec (~> 2.8.0)
|
||||||
shoulda-context (1.0.1)
|
shoulda-context (1.0.1)
|
||||||
sqlite3 (1.3.6)
|
sqlite3 (1.3.6)
|
||||||
term-ansicolor (1.0.7)
|
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
treetop (1.4.12)
|
treetop (1.4.12)
|
||||||
polyglot
|
polyglot
|
||||||
|
@ -122,14 +120,14 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-jdbc-adapter
|
activerecord-jdbc-adapter
|
||||||
activerecord-jdbcsqlite3-adapter
|
activerecord-jdbcsqlite3-adapter
|
||||||
appraisal (~> 0.4.0)
|
appraisal (~> 0.4)
|
||||||
aruba
|
aruba
|
||||||
bundler (~> 1.1)
|
bundler (~> 1.1)
|
||||||
cucumber (~> 1.1.9)
|
cucumber (~> 1.1)
|
||||||
jdbc-sqlite3
|
jdbc-sqlite3
|
||||||
jruby-openssl
|
jruby-openssl
|
||||||
rails (= 3.0.17)
|
rails (~> 3.0.17)
|
||||||
rake (~> 0.9.2)
|
rake (>= 0.9.2)
|
||||||
rspec-rails (~> 2.8.1)
|
rspec-rails (~> 2.8.1)
|
||||||
shoulda-context (~> 1.0.0)
|
shoulda-context (~> 1.0.0)
|
||||||
shoulda-matchers!
|
shoulda-matchers!
|
||||||
|
|
Loading…
Add table
Reference in a new issue