Skip to content

Commit

Permalink
Fixture path is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
avinhurry committed Aug 15, 2024
1 parent f4e08fb commit a9fc34d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ end

appraise "rails-7.2" do
gem "rails", "7.2"
gem "rspec-rails", "6.1.3"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
json-schema (~> 2.8)
pry (~> 0)
rails (>= 6)
rspec-rails (~> 5.0)
rspec-rails
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
Expand Down
2 changes: 1 addition & 1 deletion dfe-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'json-schema', '~> 2.8'
spec.add_development_dependency 'pry', '~> 0'
spec.add_development_dependency 'rails', '>= 6'
spec.add_development_dependency 'rspec-rails', '~> 5.0'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'rubocop', '~> 1.54'
spec.add_development_dependency 'rubocop-rspec', '~> 2.22'
spec.add_development_dependency 'solargraph'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ DEPENDENCIES
json-schema (~> 2.8)
pry (~> 0)
rails (= 6.1.7)
rspec-rails (~> 5.0)
rspec-rails
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ DEPENDENCIES
pry (~> 0)
psych (< 4)
rails (= 6.0.6)
rspec-rails (~> 5.0)
rspec-rails
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "7.2"
gem "rspec-rails", "6.1.3"

group :release do
gem "gem-release", require: false
Expand Down
18 changes: 9 additions & 9 deletions gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,14 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.1)
json (~> 2.3)
Expand Down Expand Up @@ -426,7 +426,7 @@ DEPENDENCIES
json-schema (~> 2.8)
pry (~> 0)
rails (= 7.2)
rspec-rails (~> 5.0)
rspec-rails (= 6.1.3)
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ DEPENDENCIES
json-schema (~> 2.8)
pry (~> 0)
rails (= 7.0.4)
rspec-rails (~> 5.0)
rspec-rails
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
Expand Down

0 comments on commit a9fc34d

Please sign in to comment.