mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Add pry as development dependency
This commit is contained in:
parent
cf8c644f7f
commit
b805cc3a05
7 changed files with 49 additions and 0 deletions
|
@ -47,6 +47,7 @@ GEM
|
|||
builder (3.0.4)
|
||||
childprocess (0.3.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
coderay (1.1.0)
|
||||
cucumber (1.3.10)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -66,12 +67,17 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
mocha (0.14.0)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.8.4)
|
||||
multi_test (0.0.3)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
|
@ -110,6 +116,7 @@ GEM
|
|||
rspec-expectations (~> 2.14.0)
|
||||
rspec-mocks (~> 2.14.0)
|
||||
shoulda-context (1.1.6)
|
||||
slop (3.4.7)
|
||||
sprockets (2.2.2)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
|
@ -136,6 +143,7 @@ DEPENDENCIES
|
|||
cucumber (~> 1.1)
|
||||
jdbc-sqlite3
|
||||
jruby-openssl
|
||||
pry
|
||||
rails (~> 3.0)
|
||||
rake (>= 0.9.2)
|
||||
rspec-rails (>= 2.13.1, < 3)
|
||||
|
|
|
@ -47,6 +47,7 @@ GEM
|
|||
builder (2.1.2)
|
||||
childprocess (0.3.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
coderay (1.1.0)
|
||||
cucumber (1.2.3)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -66,11 +67,16 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.21)
|
||||
mocha (0.13.3)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.7.1)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.2.8)
|
||||
rack-mount (0.6.14)
|
||||
rack (>= 1.0.0)
|
||||
|
@ -105,6 +111,7 @@ GEM
|
|||
rspec-expectations (~> 2.13.0)
|
||||
rspec-mocks (~> 2.13.0)
|
||||
shoulda-context (1.1.4)
|
||||
slop (3.4.7)
|
||||
sqlite3 (1.3.7)
|
||||
strong_parameters (0.2.0)
|
||||
actionpack (~> 3.0)
|
||||
|
@ -129,6 +136,7 @@ DEPENDENCIES
|
|||
cucumber (~> 1.1)
|
||||
jdbc-sqlite3
|
||||
jruby-openssl
|
||||
pry
|
||||
rails (~> 3.0.17)
|
||||
rake (>= 0.9.2)
|
||||
rspec-rails (>= 2.13.1, < 3)
|
||||
|
|
|
@ -49,6 +49,7 @@ GEM
|
|||
builder (3.0.4)
|
||||
childprocess (0.3.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
coderay (1.1.0)
|
||||
cucumber (1.2.3)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -70,11 +71,16 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.21)
|
||||
mocha (0.13.3)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.7.1)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.3.10)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
|
@ -120,6 +126,7 @@ GEM
|
|||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3.2)
|
||||
shoulda-context (1.1.4)
|
||||
slop (3.4.7)
|
||||
sprockets (2.0.4)
|
||||
hike (~> 1.2)
|
||||
rack (~> 1.0)
|
||||
|
@ -151,6 +158,7 @@ DEPENDENCIES
|
|||
jdbc-sqlite3
|
||||
jquery-rails
|
||||
jruby-openssl
|
||||
pry
|
||||
rails (~> 3.1.8)
|
||||
rake (>= 0.9.2)
|
||||
rspec-rails (>= 2.13.1, < 3)
|
||||
|
|
|
@ -48,6 +48,7 @@ GEM
|
|||
builder (3.0.4)
|
||||
childprocess (0.3.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
coderay (1.1.0)
|
||||
cucumber (1.2.3)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -70,11 +71,16 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.21)
|
||||
mocha (0.13.3)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.7.1)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
|
@ -117,6 +123,7 @@ GEM
|
|||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
shoulda-context (1.1.4)
|
||||
slop (3.4.7)
|
||||
sprockets (2.2.2)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
|
@ -149,6 +156,7 @@ DEPENDENCIES
|
|||
jdbc-sqlite3
|
||||
jquery-rails
|
||||
jruby-openssl
|
||||
pry
|
||||
rails (~> 3.2.13)
|
||||
rake (>= 0.9.2)
|
||||
rspec-rails (>= 2.13.1, < 3)
|
||||
|
|
|
@ -50,6 +50,7 @@ GEM
|
|||
builder (3.1.4)
|
||||
childprocess (0.3.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
coderay (1.1.0)
|
||||
cucumber (1.3.10)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -70,6 +71,7 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
minitest (4.7.5)
|
||||
mocha (0.14.0)
|
||||
|
@ -79,6 +81,10 @@ GEM
|
|||
polyglot (0.3.3)
|
||||
protected_attributes (1.0.3)
|
||||
activemodel (>= 4.0.0, < 5.0)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.5.2)
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
|
@ -115,6 +121,7 @@ GEM
|
|||
sass (>= 3.1.10)
|
||||
sprockets-rails (~> 2.0.0)
|
||||
shoulda-context (1.1.6)
|
||||
slop (3.4.7)
|
||||
sprockets (2.10.1)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
|
@ -151,6 +158,7 @@ DEPENDENCIES
|
|||
jquery-rails
|
||||
jruby-openssl
|
||||
protected_attributes
|
||||
pry
|
||||
rails (= 4.0.0)
|
||||
rake (>= 0.9.2)
|
||||
rspec-rails (>= 2.13.1, < 3)
|
||||
|
|
|
@ -50,6 +50,7 @@ GEM
|
|||
builder (3.1.4)
|
||||
childprocess (0.3.9)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
coderay (1.1.0)
|
||||
cucumber (1.3.10)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -70,6 +71,7 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
minitest (4.7.5)
|
||||
mocha (0.14.0)
|
||||
|
@ -79,6 +81,10 @@ GEM
|
|||
polyglot (0.3.3)
|
||||
protected_attributes (1.0.5)
|
||||
activemodel (>= 4.0.1, < 5.0)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.5.2)
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
|
@ -115,6 +121,7 @@ GEM
|
|||
sass (>= 3.1.10)
|
||||
sprockets-rails (~> 2.0.0)
|
||||
shoulda-context (1.1.6)
|
||||
slop (3.4.7)
|
||||
sprockets (2.10.1)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
|
@ -151,6 +158,7 @@ DEPENDENCIES
|
|||
jquery-rails
|
||||
jruby-openssl
|
||||
protected_attributes
|
||||
pry
|
||||
rails (= 4.0.1)
|
||||
rake (>= 0.9.2)
|
||||
rspec-rails (>= 2.13.1, < 3)
|
||||
|
|
|
@ -23,6 +23,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_development_dependency('appraisal', '~> 0.4')
|
||||
s.add_development_dependency('aruba')
|
||||
s.add_development_dependency('pry')
|
||||
s.add_development_dependency('bourne', '~> 1.3')
|
||||
s.add_development_dependency('bundler', '~> 1.1')
|
||||
s.add_development_dependency('cucumber', '~> 1.1')
|
||||
|
|
Loading…
Reference in a new issue