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

Bundle update

parent 980d6421
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,9 +5,6 @@ git_source(:github) do |repo_name| ...@@ -5,9 +5,6 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git" "https://github.com/#{repo_name}.git"
end end
# Necessary for an unknown reason in production
gem 'mini_portile2'
# The central piece of this application: the month calendar view # The central piece of this application: the month calendar view
gem 'simple_calendar' gem 'simple_calendar'
# The recurrence management library # The recurrence management library
......
...@@ -77,7 +77,7 @@ GEM ...@@ -77,7 +77,7 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0) xpath (>= 2.0, < 4.0)
childprocess (0.8.0) childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
coderay (1.1.2) coderay (1.1.2)
coffee-rails (4.2.2) coffee-rails (4.2.2)
...@@ -89,13 +89,13 @@ GEM ...@@ -89,13 +89,13 @@ GEM
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.0.5)
crass (1.0.3) crass (1.0.3)
devise (4.4.1) devise (4.4.2)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2) railties (>= 4.1.0, < 6.0)
responders responders
warden (~> 1.2.3) warden (~> 1.2.3)
devise-i18n (1.6.0) devise-i18n (1.6.1)
devise (>= 4.4) devise (>= 4.4)
differ (0.1.2) differ (0.1.2)
domain_name (0.5.20170404) domain_name (0.5.20170404)
...@@ -106,7 +106,7 @@ GEM ...@@ -106,7 +106,7 @@ GEM
email_validator (1.6.0) email_validator (1.6.0)
activemodel activemodel
equalizer (0.0.11) equalizer (0.0.11)
erubi (1.7.0) erubi (1.7.1)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.2.5) eventmachine (1.2.5)
execjs (2.7.0) execjs (2.7.0)
...@@ -119,7 +119,7 @@ GEM ...@@ -119,7 +119,7 @@ GEM
formtastic (3.1.5) formtastic (3.1.5)
actionpack (>= 3.2.13) actionpack (>= 3.2.13)
formtastic_i18n (0.6.0) formtastic_i18n (0.6.0)
geocoder (1.4.6) geocoder (1.4.7)
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
guard (2.14.2) guard (2.14.2)
...@@ -188,7 +188,7 @@ GEM ...@@ -188,7 +188,7 @@ GEM
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
http-form_data (2.0.0) http-form_data (2.1.0)
http_accept_language (2.1.1) http_accept_language (2.1.1)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (0.9.5)
...@@ -240,7 +240,6 @@ GEM ...@@ -240,7 +240,6 @@ GEM
actionpack (>= 3.2.0, < 5.3) actionpack (>= 3.2.0, < 5.3)
method_source (0.9.0) method_source (0.9.0)
mini_mime (1.0.0) mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3) minitest (5.11.3)
modernizr-rails (2.7.1) modernizr-rails (2.7.1)
multi_json (1.13.1) multi_json (1.13.1)
...@@ -248,9 +247,8 @@ GEM ...@@ -248,9 +247,8 @@ GEM
mysql2 (0.4.10) mysql2 (0.4.10)
naught (1.1.0) naught (1.1.0)
nenv (0.3.0) nenv (0.3.0)
nio4r (2.2.0) nio4r (2.3.0)
nokogiri (1.8.2) nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1) notiffany (0.1.1)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
...@@ -259,7 +257,7 @@ GEM ...@@ -259,7 +257,7 @@ GEM
activerecord (>= 4.2, < 5.2) activerecord (>= 4.2, < 5.2)
request_store (~> 1.1) request_store (~> 1.1)
parallel (1.12.1) parallel (1.12.1)
parser (2.5.0.2) parser (2.5.0.4)
ast (~> 2.4.0) ast (~> 2.4.0)
piwik_analytics (1.0.2) piwik_analytics (1.0.2)
actionpack actionpack
...@@ -272,7 +270,7 @@ GEM ...@@ -272,7 +270,7 @@ GEM
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
public_suffix (3.0.2) public_suffix (3.0.2)
puma (3.11.2) puma (3.11.3)
rack (2.0.4) rack (2.0.4)
rack-livereload (0.3.16) rack-livereload (0.3.16)
rack rack
...@@ -320,19 +318,19 @@ GEM ...@@ -320,19 +318,19 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
i18n i18n
polyamorous (~> 1.3.2) polyamorous (~> 1.3.2)
rb-fsevent (0.10.2) rb-fsevent (0.10.3)
rb-inotify (0.9.10) rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2) ffi (>= 0.5.0, < 2)
rdoc (6.0.1) rdoc (6.0.2)
ref (2.0.0) ref (2.0.0)
request_store (1.4.0) request_store (1.4.1)
rack (>= 1.4) rack (>= 1.4)
responders (2.4.0) responders (2.4.0)
actionpack (>= 4.2.0, < 5.3) actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3)
rubocop (0.52.1) rubocop (0.53.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0) parser (>= 2.5)
powerpack (~> 0.1) powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
...@@ -355,7 +353,7 @@ GEM ...@@ -355,7 +353,7 @@ GEM
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
sdoc (1.0.0) sdoc (1.0.0)
rdoc (>= 5.0) rdoc (>= 5.0)
selenium-webdriver (3.9.0) selenium-webdriver (3.11.0)
childprocess (~> 0.5) childprocess (~> 0.5)
rubyzip (~> 1.2) rubyzip (~> 1.2)
sexp_processor (4.10.1) sexp_processor (4.10.1)
...@@ -408,7 +406,7 @@ GEM ...@@ -408,7 +406,7 @@ GEM
simple_oauth (~> 0.3.0) simple_oauth (~> 0.3.0)
tzinfo (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.6) uglifier (4.1.8)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
...@@ -465,7 +463,6 @@ DEPENDENCIES ...@@ -465,7 +463,6 @@ DEPENDENCIES
kramdown kramdown
listen (>= 3.0.5, < 3.2) listen (>= 3.0.5, < 3.2)
meta-tags meta-tags
mini_portile2
modernizr-rails modernizr-rails
mysql2 mysql2
paper_trail paper_trail
...@@ -497,4 +494,4 @@ DEPENDENCIES ...@@ -497,4 +494,4 @@ DEPENDENCIES
web-console (>= 3.3.0) web-console (>= 3.3.0)
BUNDLED WITH BUNDLED WITH
1.15.1 1.16.1
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