mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Bump pry from 0.10.1 to 0.14.0
Bumps [pry](https://github.com/pry/pry) from 0.10.1 to 0.14.0. - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](https://github.com/pry/pry/compare/v0.10.1...v0.14.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1c38353be2
commit
21822a6f9f
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'
|
gem 'directo', github: 'internetee/directo', branch: 'master'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry', '0.10.1'
|
gem 'pry', '0.14.0'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -280,7 +280,7 @@ GEM
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (1.0.0)
|
marcel (1.0.0)
|
||||||
method_source (0.8.2)
|
method_source (1.0.0)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2021.0225)
|
mime-types-data (3.2021.0225)
|
||||||
|
@ -330,10 +330,9 @@ GEM
|
||||||
request_store (~> 1.1)
|
request_store (~> 1.1)
|
||||||
pdfkit (0.8.5)
|
pdfkit (0.8.5)
|
||||||
pg (1.2.2)
|
pg (1.2.2)
|
||||||
pry (0.10.1)
|
pry (0.14.0)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 1.0)
|
||||||
slop (~> 3.4)
|
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (5.2.2)
|
puma (5.2.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
|
@ -436,7 +435,6 @@ GEM
|
||||||
rack-protection (= 2.1.0)
|
rack-protection (= 2.1.0)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
sixarm_ruby_unaccent (1.2.0)
|
sixarm_ruby_unaccent (1.2.0)
|
||||||
slop (3.6.0)
|
|
||||||
socksify (1.7.1)
|
socksify (1.7.1)
|
||||||
sprockets (4.0.2)
|
sprockets (4.0.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
@ -546,7 +544,7 @@ DEPENDENCIES
|
||||||
paper_trail (~> 10.3)
|
paper_trail (~> 10.3)
|
||||||
pdfkit
|
pdfkit
|
||||||
pg (= 1.2.2)
|
pg (= 1.2.2)
|
||||||
pry (= 0.10.1)
|
pry (= 0.14.0)
|
||||||
puma
|
puma
|
||||||
que
|
que
|
||||||
que-web
|
que-web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue