Do not lock awesome_nested_set in Gemfile

There is not reason to not use new versions of awesome_nested_set.
This commit is contained in:
Ana María Martínez Gómez 2019-04-01 13:10:53 +02:00
parent c05a2ad583
commit 66626ce478
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ gem 'transitions', :require => %w( transitions active_record/transitions )
# for comments
gem 'acts_as_commentable_with_threading'
gem 'awesome_nested_set', '~> 3.1.3'
gem 'awesome_nested_set'
# as templating language
gem 'haml-rails'