mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
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:
2
Gemfile
2
Gemfile
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user