Skip to content

Commit

Permalink
use exact ams version
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 20, 2024
1 parent b92a251 commit ccaf643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'activejob', '~> 7.2'
gem 'activerecord', '~> 7.2'
gem 'activestorage', '~> 7.2'
gem 'activesupport', '~> 7.2'
gem 'active_model_serializers', '~> 0.8'
gem 'active_model_serializers', '~> 0.8.1'
gem 'acts_as_list', '~> 1.2'
gem 'addressable', '~> 2.8'
gem 'auto-session-timeout', '~> 1.2'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ GEM
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_material (2.1.2)
active_model_serializers (0.8.4)
activemodel (>= 3.0)
activeadmin (3.2.5)
arbre (~> 1.2, >= 1.2.1)
csv
Expand Down Expand Up @@ -2149,6 +2151,7 @@ DEPENDENCIES
actionmailer (~> 7.2)
actionpack (~> 7.2)
actionview (~> 7.2)
active_model_serializers (~> 0.8.1)
activeadmin (~> 3.2)
activeadmin_addons (~> 1.10)
activeadmin_reorderable (~> 0.3)
Expand Down

0 comments on commit ccaf643

Please sign in to comment.