Skip to content

Commit b7043ae

Browse files
more testing
1 parent 4634c66 commit b7043ae

7 files changed

Lines changed: 0 additions & 8 deletions

File tree

Appraisals

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ appraise "rails-7_1" do
2222
gem "capybara", "~> 3.39"
2323
gem "importmap-rails", "~> 2.0"
2424
gem "pry-byebug", "~> 3.10"
25-
gem "psych", "~> 4.0"
2625
gem "rack", "~> 2.2"
2726
gem "rspec-rails", "~> 7.1"
2827
gem "sqlite3", "~> 1.7"

gemfiles/devise_5_0.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ gem "rubocop-rails", "~> 2.32"
1818
gem "rubocop-rspec", "~> 3.6"
1919
gem "selenium-webdriver"
2020
gem "sqlite3", ">= 1.6", "!= 1.7.0", "!= 1.7.1", "!= 1.7.2", "!= 1.7.3"
21-
gem "stimulus-rails", "~> 1.3"
2221

2322
install_if -> { RUBY_VERSION < "3.0" } do
2423
gem "rack", "~> 2.2"

gemfiles/rails_7_1.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ gem "rubocop-rails", "~> 2.32"
1818
gem "rubocop-rspec", "~> 3.6"
1919
gem "selenium-webdriver"
2020
gem "sqlite3", "~> 1.7"
21-
gem "stimulus-rails", "~> 1.3"
22-
gem "psych", "~> 4.0"
2321
gem "rack", "~> 2.2"
2422

2523
gemspec path: "../"

gemfiles/rails_7_2.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ gem "rubocop-rails", "~> 2.32"
1818
gem "rubocop-rspec", "~> 3.6"
1919
gem "selenium-webdriver"
2020
gem "sqlite3", "~> 2.7"
21-
gem "stimulus-rails", "~> 1.3"
2221

2322
gemspec path: "../"

gemfiles/rails_8_0.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ gem "rubocop-rails", "~> 2.32"
1818
gem "rubocop-rspec", "~> 3.6"
1919
gem "selenium-webdriver"
2020
gem "sqlite3", "~> 2.7"
21-
gem "stimulus-rails", "~> 1.3"
2221

2322
gemspec path: "../"

gemfiles/rails_8_1.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ gem "rubocop-rails", "~> 2.32"
1818
gem "rubocop-rspec", "~> 3.6"
1919
gem "selenium-webdriver"
2020
gem "sqlite3", "~> 2.7"
21-
gem "stimulus-rails", "~> 1.3"
2221

2322
gemspec path: "../"

gemfiles/rails_edge.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ gem "rubocop-rails", "~> 2.32"
1818
gem "rubocop-rspec", "~> 3.6"
1919
gem "selenium-webdriver"
2020
gem "sqlite3", "~> 2.7"
21-
gem "stimulus-rails", "~> 1.3"
2221

2322
gemspec path: "../"

0 commit comments

Comments
 (0)