Upgraded ruby to 2.2.4 and gems: sprockets-rails and bundler

This commit is contained in:
Al Snow
2015-12-18 10:51:26 -05:00
parent 38240cd963
commit edf9a6d560
5 changed files with 9 additions and 8 deletions
+5 -5
View File
@@ -287,10 +287,10 @@ GEM
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sprockets-rails (3.0.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
temple (0.7.6)
terminal-table (1.5.2)
@@ -371,4 +371,4 @@ DEPENDENCIES
unicorn
BUNDLED WITH
1.10.6
1.11.2