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:
parent
c05a2ad583
commit
66626ce478
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -62,7 +62,7 @@ gem 'transitions', :require => %w( transitions active_record/transitions )
|
||||||
|
|
||||||
# for comments
|
# for comments
|
||||||
gem 'acts_as_commentable_with_threading'
|
gem 'acts_as_commentable_with_threading'
|
||||||
gem 'awesome_nested_set', '~> 3.1.3'
|
gem 'awesome_nested_set'
|
||||||
|
|
||||||
# as templating language
|
# as templating language
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
|
|
||||||
|
|
@ -610,7 +610,7 @@ DEPENDENCIES
|
||||||
airbrake (~> 7.1)
|
airbrake (~> 7.1)
|
||||||
ajax-datatables-rails
|
ajax-datatables-rails
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
awesome_nested_set (~> 3.1.3)
|
awesome_nested_set
|
||||||
axlsx!
|
axlsx!
|
||||||
axlsx_rails
|
axlsx_rails
|
||||||
bootstrap-sass (~> 3.4.0)
|
bootstrap-sass (~> 3.4.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue