DEV: pry-nav was holding back on pry upgrades
pry-nav is not yet supported on latest pry, this holds off on upgrading pry, which in turn holds off on upgrading deps Stripping pry-nav for now till it works with latest pry
This commit is contained in:
parent
8e4fea897e
commit
4f5ed8e781
1
Gemfile
1
Gemfile
|
@ -173,7 +173,6 @@ group :test, :development do
|
||||||
|
|
||||||
gem 'shoulda-matchers', require: false
|
gem 'shoulda-matchers', require: false
|
||||||
gem 'rspec-html-matchers'
|
gem 'rspec-html-matchers'
|
||||||
gem 'pry-nav'
|
|
||||||
gem 'byebug', require: ENV['RM_INFO'].nil?, platform: :mri
|
gem 'byebug', require: ENV['RM_INFO'].nil?, platform: :mri
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
gem "rubocop-discourse", require: false
|
gem "rubocop-discourse", require: false
|
||||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -186,7 +186,7 @@ GEM
|
||||||
memory_profiler (0.9.14)
|
memory_profiler (0.9.14)
|
||||||
message_bus (3.1.0)
|
message_bus (3.1.0)
|
||||||
rack (>= 1.1.3)
|
rack (>= 1.1.3)
|
||||||
method_source (0.9.2)
|
method_source (1.0.0)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
mini_racer (0.2.10)
|
mini_racer (0.2.10)
|
||||||
|
@ -257,11 +257,9 @@ GEM
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (1.2.3)
|
pg (1.2.3)
|
||||||
progress (3.5.2)
|
progress (3.5.2)
|
||||||
pry (0.12.2)
|
pry (0.13.1)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 1.0)
|
||||||
pry-nav (0.3.0)
|
|
||||||
pry (>= 0.9.10, < 0.13.0)
|
|
||||||
pry-rails (0.3.9)
|
pry-rails (0.3.9)
|
||||||
pry (>= 0.10.4)
|
pry (>= 0.10.4)
|
||||||
public_suffix (4.0.4)
|
public_suffix (4.0.4)
|
||||||
|
@ -506,7 +504,6 @@ DEPENDENCIES
|
||||||
onebox
|
onebox
|
||||||
parallel_tests
|
parallel_tests
|
||||||
pg
|
pg
|
||||||
pry-nav
|
|
||||||
pry-rails
|
pry-rails
|
||||||
puma
|
puma
|
||||||
r2
|
r2
|
||||||
|
|
Loading…
Reference in New Issue