Skip to content
Snippets Groups Projects
Commit 593c184a authored by Thomas Wood's avatar Thomas Wood
Browse files

Add pry to development section of Gemfile

parent 2f171654
No related branches found
No related tags found
No related merge requests found
before_script: before_script:
- bundle install - bundle install --without=development
test: test:
stage: test stage: test
......
...@@ -10,3 +10,7 @@ end ...@@ -10,3 +10,7 @@ end
group :test do group :test do
gem 'html-proofer' gem 'html-proofer'
end end
group :development do
gem 'pry'
end
...@@ -15,6 +15,7 @@ GEM ...@@ -15,6 +15,7 @@ GEM
citeproc-ruby (1.1.0) citeproc-ruby (1.1.0)
citeproc (>= 1.0.2, < 2.0) citeproc (>= 1.0.2, < 2.0)
csl (~> 1.4) csl (~> 1.4)
coderay (1.1.1)
colorator (0.1) colorator (0.1)
colored (1.2) colored (1.2)
csl (1.4.3) csl (1.4.3)
...@@ -61,12 +62,17 @@ GEM ...@@ -61,12 +62,17 @@ GEM
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7) rb-inotify (>= 0.9.7)
mercenary (0.3.5) mercenary (0.3.5)
method_source (0.8.2)
mini_portile2 (2.0.0) mini_portile2 (2.0.0)
minitest (5.8.4) minitest (5.8.4)
namae (0.10.1) namae (0.10.1)
nokogiri (1.6.7.2) nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2) mini_portile2 (~> 2.0.0.rc2)
parallel (1.6.1) parallel (1.6.1)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.5.0) rake (10.5.0)
rb-fsevent (0.9.7) rb-fsevent (0.9.7)
rb-inotify (0.9.7) rb-inotify (0.9.7)
...@@ -74,6 +80,7 @@ GEM ...@@ -74,6 +80,7 @@ GEM
rouge (1.10.1) rouge (1.10.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.21) sass (3.4.21)
slop (3.6.0)
thread_safe (0.3.5) thread_safe (0.3.5)
typhoeus (0.8.0) typhoeus (0.8.0)
ethon (>= 0.8.0) ethon (>= 0.8.0)
...@@ -89,6 +96,7 @@ DEPENDENCIES ...@@ -89,6 +96,7 @@ DEPENDENCIES
html-proofer html-proofer
jekyll jekyll
jekyll-scholar jekyll-scholar
pry
rake rake
BUNDLED WITH BUNDLED WITH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment