mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
Merge pull request #1907 from internetee/dependabot/bundler/pry-0.14.0
Bump pry from 0.10.1 to 0.14.0
This commit is contained in:
commit
5f0ffb1448
2 changed files with 6 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue