Skip to content

Commit

Permalink
chore(deps): update dependency acts_as_list from v1.0.4 to '~> 1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent 403d9a4 commit 148f791
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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.2.0'
gem 'acts_as_tree', '~> 2.9.0', require: 'acts_as_tree'

gem 'rabl'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ GEM
zeitwerk (~> 2.3)
acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2)
acts_as_list (1.0.4)
activerecord (>= 4.2)
acts_as_list (1.2.1)
activerecord (>= 6.1)
activesupport (>= 6.1)
acts_as_tree (2.9.1)
activerecord (>= 3.0.0)
addressable (2.8.7)
Expand Down Expand Up @@ -247,7 +248,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
crass (1.0.6)
daemons (1.4.1)
database_cleaner (2.0.2)
Expand Down Expand Up @@ -360,7 +361,7 @@ GEM
http-cookie (1.0.6)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.13.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
Expand Down Expand Up @@ -427,7 +428,7 @@ GEM
mini_portile2 (2.8.7)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
minitest (5.18.1)
minitest (5.24.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -721,7 +722,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.2.0)
acts_as_tree (~> 2.9.0)
baby_squeel (>= 1.4.4)
binding_of_caller
Expand Down

0 comments on commit 148f791

Please sign in to comment.