Skip to content

Commit

Permalink
Update dependency acts_as_list from v1.0.4 to '~> 1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent f8b17c5 commit 4a09412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ gem 'enumerize', '~> 2.5.0'
gem 'deep_cloneable', '~> 3.2.0'
gem 'acts-as-taggable-on', '~> 8.1.0'

gem 'acts_as_list', '~> 1.0.4'
gem 'acts_as_list', '~> 1.1.0'
gem 'acts_as_tree', '~> 2.9.0', require: 'acts_as_tree'

gem 'rabl'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ GEM
zeitwerk (~> 2.3)
acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2)
acts_as_list (1.0.4)
acts_as_list (1.1.0)
activerecord (>= 4.2)
acts_as_tree (2.9.1)
activerecord (>= 3.0.0)
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -715,7 +715,7 @@ DEPENDENCIES
SyslogLogger
activerecord-postgis-adapter (>= 6.0.0)
acts-as-taggable-on (~> 8.1.0)
acts_as_list (~> 1.0.4)
acts_as_list (~> 1.1.0)
acts_as_tree (~> 2.9.0)
baby_squeel (>= 1.4.4)
binding_of_caller
Expand Down

0 comments on commit 4a09412

Please sign in to comment.