Bump pry to a version that plays nice with Ruby 3.2

Otherwise you get the following error when starting RSpec:

```
(...)
An error occurred while loading base_spec_helper.
Failure/Error: require 'pry' unless ENV['CI']

NameError:
  undefined method `=~' for class `Pry::Code'
# ./spec/base_spec_helper.rb:10:in `<top (required)>'
No examples found.
(...)
```
This commit is contained in:
David Rodríguez
2025-10-29 14:00:02 +01:00
parent 5aea527962
commit e71a2603bd
2 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ group :development do
gem 'foreman'
gem 'i18n-tasks'
gem 'listen'
gem 'pry', '~> 0.13.0'
gem 'pry', '~> 0.13'
gem 'query_count'
gem 'rails-erd'
gem 'rubocop'

View File

@@ -563,7 +563,7 @@ GEM
prettyprint (0.2.0)
prism (1.6.0)
private_address_check (0.5.0)
pry (0.13.1)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.6)
@@ -1025,7 +1025,7 @@ DEPENDENCIES
pdf-reader
pg (~> 1.2)
private_address_check
pry (~> 0.13.0)
pry (~> 0.13)
puffing-billy
puma
query_count