File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ appraise "rails_6.1" do
2323end
2424
2525appraise "rails_7.0" do
26+ # Remove this deprecated gem once the following patch is released
27+ # https://github.com/rails-api/active_model_serializers/pull/2428
28+ gem "thread_safe" , "~> 0.3.6"
29+
2630 gem "rails" , "~> 7.0.0"
2731 gem "activerecord-jdbcsqlite3-adapter" , "~> 61.0" , platform : :jruby
2832 gem "sqlite3" , "~> 1.4.0" , platform : :ruby
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ gem "sprockets", "< 4.0"
1212gem "rails", "~> 7.0.0"
1313gem "sqlite3", "~> 1.4.0", platform: :ruby
1414gem "semantic_logger", github: "reidmorrison/semantic_logger"
15+ gem "thread_safe", "~> 0.3.6"
1516gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platform: :jruby
1617
1718group :development do
You can’t perform that action at this time.
0 commit comments