mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Upgrade pry to master version
The latest commit of pry removes a lot of annoying warnings. Unfortunately a new release has not been issued yet, so just use the master branch for now.
This commit is contained in:
parent
52a15c3605
commit
e2d1461a87
10 changed files with 55 additions and 20 deletions
1
Gemfile
1
Gemfile
|
@ -2,6 +2,7 @@ source 'https://rubygems.org'
|
|||
|
||||
gem 'appraisal', '~> 1.0'
|
||||
gem 'bundler', '~> 1.1'
|
||||
gem 'pry', github: 'pry/pry'
|
||||
gem 'pry-nav'
|
||||
gem 'rake', '~> 10.0'
|
||||
gem 'rspec-core', '>= 3.2.0', '< 4'
|
||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,3 +1,12 @@
|
|||
GIT
|
||||
remote: git://github.com/pry/pry.git
|
||||
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21
|
||||
specs:
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -9,10 +18,6 @@ GEM
|
|||
diff-lcs (1.2.5)
|
||||
method_source (0.8.2)
|
||||
posix-spawn (0.3.8)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry-nav (0.2.4)
|
||||
pry (>= 0.9.10, < 0.11.0)
|
||||
pygments.rb (0.3.7)
|
||||
|
@ -38,6 +43,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
appraisal (~> 1.0)
|
||||
bundler (~> 1.1)
|
||||
pry!
|
||||
pry-nav
|
||||
pygments.rb
|
||||
rake (~> 10.0)
|
||||
|
|
|
@ -4,6 +4,7 @@ source "https://rubygems.org"
|
|||
|
||||
gem "appraisal", "~> 1.0"
|
||||
gem "bundler", "~> 1.1"
|
||||
gem "pry", :github => "pry/pry"
|
||||
gem "pry-nav"
|
||||
gem "rake", "~> 10.0"
|
||||
gem "rspec-core", ">= 3.2.0", "< 4"
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
GIT
|
||||
remote: git://github.com/pry/pry.git
|
||||
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21
|
||||
specs:
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -78,10 +87,6 @@ GEM
|
|||
hashie (>= 1.1.0)
|
||||
protected_attributes (1.0.3)
|
||||
activemodel (>= 4.0.0, < 5.0)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry-nav (0.2.4)
|
||||
pry (>= 0.9.10, < 0.11.0)
|
||||
pygments.rb (0.6.2)
|
||||
|
@ -184,6 +189,7 @@ DEPENDENCIES
|
|||
minitest-reporters
|
||||
pg
|
||||
protected_attributes
|
||||
pry!
|
||||
pry-nav
|
||||
pygments.rb
|
||||
rails (= 4.0.0)
|
||||
|
|
|
@ -4,6 +4,7 @@ source "https://rubygems.org"
|
|||
|
||||
gem "appraisal", "~> 1.0"
|
||||
gem "bundler", "~> 1.1"
|
||||
gem "pry", :github => "pry/pry"
|
||||
gem "pry-nav"
|
||||
gem "rake", "~> 10.0"
|
||||
gem "rspec-core", ">= 3.2.0", "< 4"
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
GIT
|
||||
remote: git://github.com/pry/pry.git
|
||||
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21
|
||||
specs:
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -78,10 +87,6 @@ GEM
|
|||
hashie (>= 1.1.0)
|
||||
protected_attributes (1.0.8)
|
||||
activemodel (>= 4.0.1, < 5.0)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry-nav (0.2.4)
|
||||
pry (>= 0.9.10, < 0.11.0)
|
||||
pygments.rb (0.6.2)
|
||||
|
@ -184,6 +189,7 @@ DEPENDENCIES
|
|||
minitest-reporters
|
||||
pg
|
||||
protected_attributes
|
||||
pry!
|
||||
pry-nav
|
||||
pygments.rb
|
||||
rails (= 4.0.1)
|
||||
|
|
|
@ -4,6 +4,7 @@ source "https://rubygems.org"
|
|||
|
||||
gem "appraisal", "~> 1.0"
|
||||
gem "bundler", "~> 1.1"
|
||||
gem "pry", :github => "pry/pry"
|
||||
gem "pry-nav"
|
||||
gem "rake", "~> 10.0"
|
||||
gem "rspec-core", ">= 3.2.0", "< 4"
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
GIT
|
||||
remote: git://github.com/pry/pry.git
|
||||
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21
|
||||
specs:
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -74,10 +83,6 @@ GEM
|
|||
posix-spawn (0.3.9)
|
||||
protected_attributes (1.0.8)
|
||||
activemodel (>= 4.0.1, < 5.0)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry-nav (0.2.4)
|
||||
pry (>= 0.9.10, < 0.11.0)
|
||||
pygments.rb (0.6.2)
|
||||
|
@ -181,6 +186,7 @@ DEPENDENCIES
|
|||
minitest-reporters
|
||||
pg
|
||||
protected_attributes (~> 1.0.6)
|
||||
pry!
|
||||
pry-nav
|
||||
pygments.rb
|
||||
rails (~> 4.1.0)
|
||||
|
|
|
@ -4,6 +4,7 @@ source "https://rubygems.org"
|
|||
|
||||
gem "appraisal", "~> 1.0"
|
||||
gem "bundler", "~> 1.1"
|
||||
gem "pry", :github => "pry/pry"
|
||||
gem "pry-nav"
|
||||
gem "rake", "~> 10.0"
|
||||
gem "rspec-core", ">= 3.2.0", "< 4"
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
GIT
|
||||
remote: git://github.com/pry/pry.git
|
||||
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21
|
||||
specs:
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -91,10 +100,6 @@ GEM
|
|||
posix-spawn (0.3.9)
|
||||
protected_attributes (1.0.8)
|
||||
activemodel (>= 4.0.1, < 5.0)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry-nav (0.2.4)
|
||||
pry (>= 0.9.10, < 0.11.0)
|
||||
pygments.rb (0.6.2)
|
||||
|
@ -208,6 +213,7 @@ DEPENDENCIES
|
|||
minitest-reporters
|
||||
pg
|
||||
protected_attributes (~> 1.0.6)
|
||||
pry!
|
||||
pry-nav
|
||||
pygments.rb
|
||||
rails (~> 4.2.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue