Skip to content
Extraits de code Groupes Projets
Valider bb267cec rédigé par echarp's avatar echarp
Parcourir les fichiers

Older has_scope version, required because production's ruby is too old

parent 572ab44e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -6,7 +6,8 @@ gem 'simple_calendar'
gem 'ice_cube'
gem 'rails'
gem 'has_scope'
# Later versions require a new ruby version, which is not yet in production
gem 'has_scope', '< 0.7'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
......
......@@ -180,9 +180,9 @@ GEM
rake (>= 10, < 12)
rubocop (>= 0.36.0)
sysexits (~> 1.1)
has_scope (0.7.0)
actionpack (>= 4.1, < 5.1)
activesupport (>= 4.1, < 5.1)
has_scope (0.6.0)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
html2haml (2.0.0)
erubis (~> 2.7.0)
haml (~> 4.0.0)
......@@ -425,7 +425,7 @@ DEPENDENCIES
guard-rubocop
haml-rails
haml_lint
has_scope
has_scope (< 0.7)
http_accept_language
i18n-active_record!
ice_cube
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter