Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 922c3ab8 rédigé par Dennis Schubert's avatar Dennis Schubert Validation de Benjamin Neff
Parcourir les fichiers

Update gems

parent 53f05eff
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
source "https://rubygems.org" source "https://rubygems.org"
gem "rails", "4.2.9" gem "rails", "5.1.3"
# Legacy Rails features, remove me! # Legacy Rails features, remove me!
# responders (class level) # responders (class level)
...@@ -90,7 +90,7 @@ gem "entypo-rails", "3.0.0" ...@@ -90,7 +90,7 @@ gem "entypo-rails", "3.0.0"
gem "handlebars_assets", "0.23.2" gem "handlebars_assets", "0.23.2"
gem "jquery-rails", "4.3.1" gem "jquery-rails", "4.3.1"
gem "js-routes", "1.3.3" gem "js-routes", "1.3.3"
gem "js_image_paths", "0.1.0" gem "js_image_paths", "0.1.1"
source "https://rails-assets.org" do source "https://rails-assets.org" do
gem "rails-assets-jquery", "3.2.1" # Should be kept in sync with jquery-rails gem "rails-assets-jquery", "3.2.1" # Should be kept in sync with jquery-rails
...@@ -124,7 +124,7 @@ end ...@@ -124,7 +124,7 @@ end
gem "http_accept_language", "2.1.1" gem "http_accept_language", "2.1.1"
gem "i18n-inflector-rails", "1.0.7" gem "i18n-inflector-rails", "1.0.7"
gem "rails-i18n", "4.0.9" gem "rails-i18n", "5.0.4"
# Mail # Mail
...@@ -185,7 +185,7 @@ gem "typhoeus", "1.1.2" ...@@ -185,7 +185,7 @@ gem "typhoeus", "1.1.2"
gem "gon", "6.1.0" gem "gon", "6.1.0"
gem "hamlit", "2.8.4" gem "hamlit", "2.8.4"
gem "mobile-fu", "1.3.1" gem "mobile_fu", "1.4.0"
gem "rails-timeago", "2.16.0" gem "rails-timeago", "2.16.0"
gem "will_paginate", "3.1.6" gem "will_paginate", "3.1.6"
......
...@@ -2,44 +2,47 @@ GEM ...@@ -2,44 +2,47 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
remote: https://rails-assets.org/ remote: https://rails-assets.org/
specs: specs:
actionmailer (4.2.9) actioncable (5.1.3)
actionpack (= 4.2.9) actionpack (= 5.1.3)
actionview (= 4.2.9) nio4r (~> 2.0)
activejob (= 4.2.9) websocket-driver (~> 0.6.1)
actionmailer (5.1.3)
actionpack (= 5.1.3)
actionview (= 5.1.3)
activejob (= 5.1.3)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 2.0)
actionpack (4.2.9) actionpack (5.1.3)
actionview (= 4.2.9) actionview (= 5.1.3)
activesupport (= 4.2.9) activesupport (= 5.1.3)
rack (~> 1.6) rack (~> 2.0)
rack-test (~> 0.6.2) rack-test (~> 0.6.3)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.9) actionview (5.1.3)
activesupport (= 4.2.9) activesupport (= 5.1.3)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubi (~> 1.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.9.7) active_model_serializers (0.9.7)
activemodel (>= 3.2) activemodel (>= 3.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
activejob (4.2.9) activejob (5.1.3)
activesupport (= 4.2.9) activesupport (= 5.1.3)
globalid (>= 0.3.0) globalid (>= 0.3.6)
activemodel (4.2.9) activemodel (5.1.3)
activesupport (= 4.2.9) activesupport (= 5.1.3)
builder (~> 3.1) activerecord (5.1.3)
activerecord (4.2.9) activemodel (= 5.1.3)
activemodel (= 4.2.9) activesupport (= 5.1.3)
activesupport (= 4.2.9) arel (~> 8.0)
arel (~> 6.0)
activerecord-import (0.19.1) activerecord-import (0.19.1)
activerecord (>= 3.2) activerecord (>= 3.2)
activesupport (4.2.9) activesupport (5.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (~> 0.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (5.0.0) acts-as-taggable-on (5.0.0)
activerecord (>= 4.2.8) activerecord (>= 4.2.8)
...@@ -49,7 +52,7 @@ GEM ...@@ -49,7 +52,7 @@ GEM
rack (>= 1.1.0) rack (>= 1.1.0)
addressable (2.5.1) addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2) public_suffix (~> 2.0, >= 2.0.2)
arel (6.0.4) arel (8.0.0)
asset_sync (2.2.0) asset_sync (2.2.0)
activemodel (>= 4.1.0) activemodel (>= 4.1.0)
fog-core fog-core
...@@ -183,7 +186,7 @@ GEM ...@@ -183,7 +186,7 @@ GEM
entypo-rails (3.0.0) entypo-rails (3.0.0)
railties (>= 4.1, < 6) railties (>= 4.1, < 6)
equalizer (0.0.11) equalizer (0.0.11)
erubis (2.7.0) erubi (1.6.1)
eslintrb (2.1.0) eslintrb (2.1.0)
execjs execjs
multi_json (>= 1.3) multi_json (>= 1.3)
...@@ -324,8 +327,9 @@ GEM ...@@ -324,8 +327,9 @@ GEM
js-routes (1.3.3) js-routes (1.3.3)
railties (>= 3.2) railties (>= 3.2)
sprockets-rails sprockets-rails
js_image_paths (0.1.0) js_image_paths (0.1.1)
rails (~> 4.0) rails (>= 4.0, < 6.0)
sprockets (>= 3.0.0)
json (2.1.0) json (2.1.0)
json-jwt (1.7.2) json-jwt (1.7.2)
activesupport activesupport
...@@ -371,7 +375,7 @@ GEM ...@@ -371,7 +375,7 @@ GEM
mini_magick (4.8.0) mini_magick (4.8.0)
mini_portile2 (2.2.0) mini_portile2 (2.2.0)
minitest (5.10.3) minitest (5.10.3)
mobile-fu (1.3.1) mobile_fu (1.4.0)
rack-mobile-detect rack-mobile-detect
rails rails
multi_json (1.12.1) multi_json (1.12.1)
...@@ -430,7 +434,7 @@ GEM ...@@ -430,7 +434,7 @@ GEM
validate_url validate_url
webfinger (>= 1.0.1) webfinger (>= 1.0.1)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.11.2) parallel (1.12.0)
parser (2.4.0.0) parser (2.4.0.0)
ast (~> 2.2) ast (~> 2.2)
pg (0.21.0) pg (0.21.0)
...@@ -467,7 +471,7 @@ GEM ...@@ -467,7 +471,7 @@ GEM
byebug (~> 9.0) byebug (~> 9.0)
pry (~> 0.10) pry (~> 0.10)
public_suffix (2.0.5) public_suffix (2.0.5)
rack (1.6.8) rack (2.0.3)
rack-cors (1.0.1) rack-cors (1.0.1)
rack-google-analytics (1.2.0) rack-google-analytics (1.2.0)
actionpack actionpack
...@@ -488,17 +492,18 @@ GEM ...@@ -488,17 +492,18 @@ GEM
rack rack
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.9) rails (5.1.3)
actionmailer (= 4.2.9) actioncable (= 5.1.3)
actionpack (= 4.2.9) actionmailer (= 5.1.3)
actionview (= 4.2.9) actionpack (= 5.1.3)
activejob (= 4.2.9) actionview (= 5.1.3)
activemodel (= 4.2.9) activejob (= 5.1.3)
activerecord (= 4.2.9) activemodel (= 5.1.3)
activesupport (= 4.2.9) activerecord (= 5.1.3)
bundler (>= 1.3.0, < 2.0) activesupport (= 5.1.3)
railties (= 4.2.9) bundler (>= 1.3.0)
sprockets-rails railties (= 5.1.3)
sprockets-rails (>= 2.0.0)
rails-assets-autosize (4.0.0) rails-assets-autosize (4.0.0)
rails-assets-backbone (1.3.3) rails-assets-backbone (1.3.3)
rails-assets-underscore (>= 1.8.3) rails-assets-underscore (>= 1.8.3)
...@@ -545,23 +550,21 @@ GEM ...@@ -545,23 +550,21 @@ GEM
rails-assets-markdown-it-sup (1.0.0) rails-assets-markdown-it-sup (1.0.0)
rails-assets-perfect-scrollbar (0.6.16) rails-assets-perfect-scrollbar (0.6.16)
rails-assets-underscore (1.8.3) rails-assets-underscore (1.8.3)
rails-deprecated_sanitizer (1.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0.alpha) activesupport (>= 4.2.0)
rails-dom-testing (1.0.8) nokogiri (>= 1.6)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3) rails-html-sanitizer (1.0.3)
loofah (~> 2.0) loofah (~> 2.0)
rails-i18n (4.0.9) rails-i18n (5.0.4)
i18n (~> 0.7) i18n (~> 0.7)
railties (~> 4.0) railties (~> 5.0)
rails-timeago (2.16.0) rails-timeago (2.16.0)
actionpack (>= 3.1) actionpack (>= 3.1)
activesupport (>= 3.1) activesupport (>= 3.1)
railties (4.2.9) railties (5.1.3)
actionpack (= 4.2.9) actionpack (= 5.1.3)
activesupport (= 4.2.9) activesupport (= 5.1.3)
method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rainbow (2.2.2) rainbow (2.2.2)
...@@ -803,7 +806,7 @@ DEPENDENCIES ...@@ -803,7 +806,7 @@ DEPENDENCIES
jasmine-jquery-rails (= 2.0.3) jasmine-jquery-rails (= 2.0.3)
jquery-rails (= 4.3.1) jquery-rails (= 4.3.1)
js-routes (= 1.3.3) js-routes (= 1.3.3)
js_image_paths (= 0.1.0) js_image_paths (= 0.1.1)
json (= 2.1.0) json (= 2.1.0)
json-schema (= 2.8.0) json-schema (= 2.8.0)
json-schema-rspec (= 0.0.4) json-schema-rspec (= 0.0.4)
...@@ -812,7 +815,7 @@ DEPENDENCIES ...@@ -812,7 +815,7 @@ DEPENDENCIES
markerb (= 1.1.0) markerb (= 1.1.0)
mini_magick (= 4.8.0) mini_magick (= 4.8.0)
minitest minitest
mobile-fu (= 1.3.1) mobile_fu (= 1.4.0)
mysql2 (= 0.4.8) mysql2 (= 0.4.8)
nokogiri (= 1.8.0) nokogiri (= 1.8.0)
omniauth (= 1.6.1) omniauth (= 1.6.1)
...@@ -836,7 +839,7 @@ DEPENDENCIES ...@@ -836,7 +839,7 @@ DEPENDENCIES
rack-piwik (= 0.3.0) rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1) rack-rewrite (= 1.5.1)
rack-ssl (= 1.4.1) rack-ssl (= 1.4.1)
rails (= 4.2.9) rails (= 5.1.3)
rails-assets-autosize (= 4.0.0)! rails-assets-autosize (= 4.0.0)!
rails-assets-backbone (= 1.3.3)! rails-assets-backbone (= 1.3.3)!
rails-assets-blueimp-gallery (= 2.25.2)! rails-assets-blueimp-gallery (= 2.25.2)!
...@@ -859,7 +862,7 @@ DEPENDENCIES ...@@ -859,7 +862,7 @@ DEPENDENCIES
rails-assets-markdown-it-sub (= 1.0.0)! rails-assets-markdown-it-sub (= 1.0.0)!
rails-assets-markdown-it-sup (= 1.0.0)! rails-assets-markdown-it-sup (= 1.0.0)!
rails-assets-perfect-scrollbar (= 0.6.16)! rails-assets-perfect-scrollbar (= 0.6.16)!
rails-i18n (= 4.0.9) rails-i18n (= 5.0.4)
rails-timeago (= 2.16.0) rails-timeago (= 2.16.0)
rb-fsevent (= 0.10.2) rb-fsevent (= 0.10.2)
rb-inotify (= 0.9.10) rb-inotify (= 0.9.10)
......
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