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
23
23
end
24
24
25
25
appraise "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
+
26
30
gem "rails" , "~> 7.0.0"
27
31
gem "activerecord-jdbcsqlite3-adapter" , "~> 61.0" , platform : :jruby
28
32
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"
12
12
gem "rails", "~> 7.0.0"
13
13
gem "sqlite3", "~> 1.4.0", platform: :ruby
14
14
gem "semantic_logger", github: "reidmorrison/semantic_logger"
15
+ gem "thread_safe", "~> 0.3.6"
15
16
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platform: :jruby
16
17
17
18
group :development do
You can’t perform that action at this time.
0 commit comments