Add pry-nav to Gemfile

This commit is contained in:
Brandon Robins
2017-12-26 14:43:48 -05:00
parent 5520a207f5
commit adc205fc16
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
source 'https://rubygems.org'
gemspec
gem 'pry-nav'

View File

@@ -46,6 +46,7 @@ GEM
tzinfo (~> 1.1)
arel (8.0.0)
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.0.5)
crass (1.0.3)
diff-lcs (1.3)
@@ -66,6 +67,12 @@ GEM
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
puma (3.11.0)
rack (2.0.3)
rack-test (0.8.2)
@@ -111,6 +118,7 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
slop (3.6.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@@ -132,6 +140,7 @@ PLATFORMS
DEPENDENCIES
calligraphy!
pry-nav
puma (~> 3.11.0)
rake (~> 12.3.0)
rspec-rails (~> 3.7.2)