mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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'
|
||||
|
||||
# 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
|
||||
# for fake data
|
||||
|
|
|
|||
|
|
@ -627,7 +627,7 @@ DEPENDENCIES
|
|||
cloudinary
|
||||
cocoon
|
||||
codecov
|
||||
countable-rails (~> 0.0.1)
|
||||
countable-rails
|
||||
country_select
|
||||
daemons
|
||||
dalli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue