Skip to content

Commit

Permalink
update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosy committed Feb 3, 2025
1 parent 63381be commit 9df51d8
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 9 deletions.
4 changes: 4 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ source "https://rubygems.org"
gem "rails", "~> 7.0.0"
gem "concurrent-ruby", "1.3.4"

group :development, :test do
gem "sprockets-rails"
end

group :test do
gem "appraisal"
gem "better_errors"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
PATH
remote: ..
specs:
hotsheet (0.1.0)
hotsheet (0.1.2)
pagy
rails (>= 6.1.0)
sprockets-rails
stimulus-rails
turbo-rails

Expand Down Expand Up @@ -318,6 +317,7 @@ DEPENDENCIES
renuocop
rspec-rails
selenium-webdriver
sprockets-rails
sqlite3 (~> 1.4)

BUNDLED WITH
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source "https://rubygems.org"

gem "rails", "~> 7.1.0"

group :development, :test do
gem "sprockets-rails"
end

group :test do
gem "appraisal"
gem "better_errors"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
PATH
remote: ..
specs:
hotsheet (0.1.0)
hotsheet (0.1.2)
pagy
rails (>= 6.1.0)
sprockets-rails
stimulus-rails
turbo-rails

Expand Down Expand Up @@ -372,6 +371,7 @@ DEPENDENCIES
renuocop
rspec-rails
selenium-webdriver
sprockets-rails
sqlite3 (~> 1.4)

BUNDLED WITH
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source "https://rubygems.org"

gem "rails", "~> 7.2.0"

group :development, :test do
gem "sprockets-rails"
end

group :test do
gem "appraisal"
gem "better_errors"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
PATH
remote: ..
specs:
hotsheet (0.1.0)
hotsheet (0.1.2)
pagy
rails (>= 6.1.0)
sprockets-rails
stimulus-rails
turbo-rails

Expand Down Expand Up @@ -331,6 +330,7 @@ DEPENDENCIES
renuocop
rspec-rails
selenium-webdriver
sprockets-rails
sqlite3

BUNDLED WITH
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_8_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source "https://rubygems.org"

gem "rails", "8.0.0.rc2"

group :development, :test do
gem "sprockets-rails"
end

group :test do
gem "appraisal"
gem "better_errors"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_8_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
PATH
remote: ..
specs:
hotsheet (0.1.0)
hotsheet (0.1.2)
pagy
rails (>= 6.1.0)
sprockets-rails
stimulus-rails
turbo-rails

Expand Down Expand Up @@ -367,6 +366,7 @@ DEPENDENCIES
renuocop
rspec-rails
selenium-webdriver
sprockets-rails
sqlite3

BUNDLED WITH
Expand Down
1 change: 0 additions & 1 deletion spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
config.active_storage.service = :test
config.active_support.deprecation = :stderr
config.active_support.report_deprecations = true
config.assets.quiet = true
config.cache_store = :null_store
config.consider_all_requests_local = true
config.eager_load = false
Expand Down

0 comments on commit 9df51d8

Please sign in to comment.