Skip to content

Commit

Permalink
[gemfile] update acts_as_list to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macejmic committed Feb 11, 2019
1 parent a012b05 commit 11d2b05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem 'audited'
# Rails 4.1: this should not be needed, maybe replace it with enum -- http://edgeapi.rubyonrails.org/classes/ActiveRecord/Enum.html
# TODO: replace with enum because it is not compatible with rails 5.x and not maintained
gem 'symbolize', '~> 4.5'
gem 'acts_as_list', '~> 0.8.2'
gem 'acts_as_list', '~> 0.9.0'
gem 'braintree', '~> 2.89'
gem 'cancancan', '~> 1.7.1'
gem 'formtastic', '~> 1.2.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
tzinfo (~> 1.1)
acts-as-taggable-on (4.0.0)
activerecord (>= 4.0)
acts_as_list (0.8.2)
acts_as_list (0.9.17)
activerecord (>= 3.0)
acts_as_tree (1.4.0)
activerecord (>= 3.0.0)
Expand Down Expand Up @@ -817,7 +817,7 @@ DEPENDENCIES
activemerchant (~> 1.77.0)
activerecord-oracle_enhanced-adapter (~> 1.6.0)
acts-as-taggable-on (~> 4.0)
acts_as_list (~> 0.8.2)
acts_as_list (~> 0.9.0)
acts_as_tree
addressable
after_commit_queue (~> 1.1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/prod/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ GEM
tzinfo (~> 1.1)
acts-as-taggable-on (4.0.0)
activerecord (>= 4.0)
acts_as_list (0.8.2)
acts_as_list (0.9.17)
activerecord (>= 3.0)
acts_as_tree (1.4.0)
activerecord (>= 3.0.0)
Expand Down Expand Up @@ -821,7 +821,7 @@ DEPENDENCIES
activemerchant (~> 1.77.0)
activerecord-oracle_enhanced-adapter (~> 1.6.0)
acts-as-taggable-on (~> 4.0)
acts_as_list (~> 0.8.2)
acts_as_list (~> 0.9.0)
acts_as_tree
addressable
after_commit_queue (~> 1.1.0)
Expand Down

0 comments on commit 11d2b05

Please sign in to comment.