Do not lock countable-rails in Gemfile
There is not reason to not use new versions of countable-rails.
This commit is contained in:
parent
9c2d7cfa5d
commit
ad5637e0a4
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -192,7 +192,7 @@ gem 'dotenv-rails'
|
||||||
gem 'feature'
|
gem 'feature'
|
||||||
|
|
||||||
# For countable.js
|
# For countable.js
|
||||||
gem "countable-rails", "~> 0.0.1"
|
gem "countable-rails"
|
||||||
|
|
||||||
# Both are not in a group as we use it also for rake data:demo
|
# Both are not in a group as we use it also for rake data:demo
|
||||||
# for fake data
|
# for fake data
|
||||||
|
|
|
||||||
|
|
@ -627,7 +627,7 @@ DEPENDENCIES
|
||||||
cloudinary
|
cloudinary
|
||||||
cocoon
|
cocoon
|
||||||
codecov
|
codecov
|
||||||
countable-rails (~> 0.0.1)
|
countable-rails
|
||||||
country_select
|
country_select
|
||||||
daemons
|
daemons
|
||||||
dalli
|
dalli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue