File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ gem 'sprockets-rails'
88gem 'bootsnap' , require : false
99
1010gem 'acts-as-taggable-on'
11- gem "bigdecimal"
11+ gem "benchmark" # LOCKED: Added because of activesupport 7.0
12+ gem "bigdecimal" # LOCKED: Added because of activesupport 7.0
1213gem 'carrierwave'
1314gem 'cocoon'
1415gem 'delayed_job'
@@ -23,7 +24,7 @@ gem 'jquery-ui-rails'
2324
2425# Use Active Storage variant
2526gem 'image_processing' , '~> 1.2'
26- gem "mutex_m"
27+ gem "mutex_m" # LOCKED: Added because of activesupport 7.0
2728gem 'nokogiri'
2829gem 'omniauth'
2930gem 'omniauth-github'
Original file line number Diff line number Diff line change 9292 aws-sigv4 (1.12.1 )
9393 aws-eventstream (~> 1 , >= 1.0.2 )
9494 base64 (0.2.0 )
95+ benchmark (0.4.1 )
9596 better_errors (2.10.1 )
9697 erubi (>= 1.0.0 )
9798 rack (>= 0.9.0 )
@@ -506,6 +507,7 @@ PLATFORMS
506507
507508DEPENDENCIES
508509 acts-as-taggable-on
510+ benchmark (~> 0.4.1 )
509511 better_errors
510512 bigdecimal
511513 binding_of_caller
You can’t perform that action at this time.
0 commit comments