1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Update Pry and Coderay so Zeus can be run

This commit is contained in:
Elliot Winkler 2017-11-29 12:29:40 -06:00
parent cb90edf632
commit 2a61824ef9
4 changed files with 25 additions and 33 deletions

View file

@ -5,18 +5,17 @@ GEM
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
byebug (9.0.6) byebug (9.1.0)
coderay (1.1.1) coderay (1.1.2)
diff-lcs (1.3) diff-lcs (1.3)
fssm (0.2.10) fssm (0.2.10)
method_source (0.8.2) method_source (0.9.0)
multi_json (1.12.1) multi_json (1.12.1)
pry (0.10.4) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.9.0)
slop (~> 3.4) pry-byebug (3.5.1)
pry-byebug (3.4.2) byebug (~> 9.1)
byebug (~> 9.0)
pry (~> 0.10) pry (~> 0.10)
pygments.rb (1.1.1) pygments.rb (1.1.1)
multi_json (>= 1.0.0) multi_json (>= 1.0.0)
@ -35,7 +34,6 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0) rspec-support (~> 3.6.0)
rspec-support (3.6.0) rspec-support (3.6.0)
slop (3.6.0)
thor (0.19.4) thor (0.19.4)
yard (0.9.12) yard (0.9.12)
zeus (0.15.14) zeus (0.15.14)

View file

@ -48,7 +48,7 @@ GEM
bcrypt (3.1.11) bcrypt (3.1.11)
builder (3.2.3) builder (3.2.3)
byebug (9.1.0) byebug (9.1.0)
coderay (1.1.1) coderay (1.1.2)
coffee-rails (4.1.1) coffee-rails (4.1.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x) railties (>= 4.0.0, < 5.1.x)
@ -79,7 +79,7 @@ GEM
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.6) mail (2.6.6)
mime-types (>= 1.16, < 4) mime-types (>= 1.16, < 4)
method_source (0.8.2) method_source (0.9.0)
mime-types (3.1) mime-types (3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2016.0521)
@ -96,12 +96,11 @@ GEM
pg (0.21.0) pg (0.21.0)
protected_attributes (1.0.9) protected_attributes (1.0.9)
activemodel (>= 4.0.1, < 5.0) activemodel (>= 4.0.1, < 5.0)
pry (0.10.4) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.9.0)
slop (~> 3.4) pry-byebug (3.5.1)
pry-byebug (3.4.2) byebug (~> 9.1)
byebug (~> 9.0)
pry (~> 0.10) pry (~> 0.10)
pygments.rb (1.1.2) pygments.rb (1.1.2)
multi_json (>= 1.0.0) multi_json (>= 1.0.0)
@ -177,7 +176,6 @@ GEM
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
shoulda-context (1.2.2) shoulda-context (1.2.2)
slop (3.6.0)
spring (2.0.2) spring (2.0.2)
activesupport (>= 4.2) activesupport (>= 4.2)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)

View file

@ -47,7 +47,7 @@ GEM
bcrypt (3.1.11) bcrypt (3.1.11)
builder (3.2.3) builder (3.2.3)
byebug (9.1.0) byebug (9.1.0)
coderay (1.1.1) coderay (1.1.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.0.5)
crass (1.0.2) crass (1.0.2)
diff-lcs (1.3) diff-lcs (1.3)
@ -72,7 +72,7 @@ GEM
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.6) mail (2.6.6)
mime-types (>= 1.16, < 4) mime-types (>= 1.16, < 4)
method_source (0.8.2) method_source (0.9.0)
mime-types (3.1) mime-types (3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2016.0521)
@ -88,12 +88,11 @@ GEM
nokogiri (1.8.1) nokogiri (1.8.1)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
pg (0.21.0) pg (0.21.0)
pry (0.10.4) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.9.0)
slop (~> 3.4) pry-byebug (3.5.1)
pry-byebug (3.4.2) byebug (~> 9.1)
byebug (~> 9.0)
pry (~> 0.10) pry (~> 0.10)
puma (3.10.0) puma (3.10.0)
pygments.rb (1.1.2) pygments.rb (1.1.2)
@ -167,7 +166,6 @@ GEM
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
shoulda-context (1.2.2) shoulda-context (1.2.2)
slop (3.6.0)
spring (2.0.2) spring (2.0.2)
activesupport (>= 4.2) activesupport (>= 4.2)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)

View file

@ -58,7 +58,7 @@ GEM
xpath (~> 2.0) xpath (~> 2.0)
childprocess (0.8.0) childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
coderay (1.1.1) coderay (1.1.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.0.5)
crass (1.0.2) crass (1.0.2)
diff-lcs (1.3) diff-lcs (1.3)
@ -80,7 +80,7 @@ GEM
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.6) mail (2.6.6)
mime-types (>= 1.16, < 4) mime-types (>= 1.16, < 4)
method_source (0.8.2) method_source (0.9.0)
mime-types (3.1) mime-types (3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2016.0521)
@ -97,12 +97,11 @@ GEM
nokogiri (1.8.1) nokogiri (1.8.1)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
pg (0.21.0) pg (0.21.0)
pry (0.10.4) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.9.0)
slop (~> 3.4) pry-byebug (3.5.1)
pry-byebug (3.4.2) byebug (~> 9.1)
byebug (~> 9.0)
pry (~> 0.10) pry (~> 0.10)
public_suffix (3.0.0) public_suffix (3.0.0)
puma (3.10.0) puma (3.10.0)
@ -182,7 +181,6 @@ GEM
childprocess (~> 0.5) childprocess (~> 0.5)
rubyzip (~> 1.0) rubyzip (~> 1.0)
shoulda-context (1.2.2) shoulda-context (1.2.2)
slop (3.6.0)
spring (2.0.2) spring (2.0.2)
activesupport (>= 4.2) activesupport (>= 4.2)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)