Skip to content

Commit

Permalink
Merge pull request #1907 from internetee/dependabot/bundler/pry-0.14.0
Browse files Browse the repository at this point in the history
Bump pry from 0.10.1 to 0.14.0
  • Loading branch information
yulgolem authored Apr 7, 2021
2 parents 951155b + 21822a6 commit 5f0ffb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gem 'wkhtmltopdf-binary', '~> 0.12.5.1'
gem 'directo', github: 'internetee/directo', branch: 'master'

group :development, :test do
gem 'pry', '0.10.1'
gem 'pry', '0.14.0'
gem 'puma'
end

Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.0)
method_source (0.8.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
Expand Down Expand Up @@ -330,10 +330,9 @@ GEM
request_store (~> 1.1)
pdfkit (0.8.5)
pg (1.2.2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (5.2.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -435,7 +434,6 @@ GEM
rack-protection (= 2.1.0)
tilt (~> 2.0)
sixarm_ruby_unaccent (1.2.0)
slop (3.6.0)
socksify (1.7.1)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -545,7 +543,7 @@ DEPENDENCIES
paper_trail (~> 10.3)
pdfkit
pg (= 1.2.2)
pry (= 0.10.1)
pry (= 0.14.0)
puma
que
que-web
Expand Down

0 comments on commit 5f0ffb1

Please sign in to comment.