Skip to content

Commit

Permalink
Add pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Hettie Street authored and Hettie Street committed Feb 7, 2023
1 parent c1d2458 commit 145b8bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ GEM
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (3.0.0)
rainbow (3.0.0)
rake (13.0.6)
Expand Down Expand Up @@ -79,6 +84,7 @@ PLATFORMS

DEPENDENCIES
govuk_markdown!
pry
rake (~> 13.0)
rspec
rubocop-govuk
Expand Down
1 change: 1 addition & 0 deletions govuk_markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport"
spec.add_dependency "redcarpet"

spec.add_development_dependency "pry"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rubocop-govuk"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require_relative "./../lib/govuk_markdown"
require "pry"

def render(content)
GovukMarkdown.render(content)
Expand Down

0 comments on commit 145b8bc

Please sign in to comment.