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 Jun 3, 2024
1 parent 0b6429c commit d39a130
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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
15 changes: 8 additions & 7 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.0)
activerecord (>= 6.1)
activesupport (>= 6.1)
acts_as_tree (2.9.1)
activerecord (>= 3.0.0)
addressable (2.8.6)
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.1)
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.5)
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.5)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
minitest (5.18.1)
minitest (5.23.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -709,7 +710,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.15)

PLATFORMS
ruby
Expand All @@ -719,7 +720,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 d39a130

Please sign in to comment.