Upgraded 3 gems; Locked down libv8 as temp fix
This commit is contained in:
@@ -58,6 +58,8 @@ gem 'turbolinks' # New for Rails 4.0
|
|||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
# gem 'therubyracer', :platforms => :ruby
|
# gem 'therubyracer', :platforms => :ruby
|
||||||
|
|
||||||
|
gem 'libv8', '3.16.14.8' # 3.16.14.9 was yanked - temp. fix.
|
||||||
|
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
||||||
# To use ActiveModel has_secure_password
|
# To use ActiveModel has_secure_password
|
||||||
|
|||||||
+4
-3
@@ -49,7 +49,7 @@ GEM
|
|||||||
sass (~> 3.0)
|
sass (~> 3.0)
|
||||||
terminal-table (~> 1.4)
|
terminal-table (~> 1.4)
|
||||||
builder (3.1.4)
|
builder (3.1.4)
|
||||||
bundler-audit (0.3.1)
|
bundler-audit (0.4.0)
|
||||||
bundler (~> 1.2)
|
bundler (~> 1.2)
|
||||||
thor (~> 0.18)
|
thor (~> 0.18)
|
||||||
capybara (2.4.4)
|
capybara (2.4.4)
|
||||||
@@ -141,8 +141,8 @@ GEM
|
|||||||
kgio (2.9.3)
|
kgio (2.9.3)
|
||||||
launchy (2.4.3)
|
launchy (2.4.3)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
libv8 (3.16.14.9)
|
libv8 (3.16.14.8)
|
||||||
listen (3.0.0)
|
listen (3.0.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
lumberjack (1.0.9)
|
lumberjack (1.0.9)
|
||||||
@@ -313,6 +313,7 @@ DEPENDENCIES
|
|||||||
jquery-fileupload-rails
|
jquery-fileupload-rails
|
||||||
jquery-rails
|
jquery-rails
|
||||||
launchy
|
launchy
|
||||||
|
libv8 (= 3.16.14.8)
|
||||||
mailcatcher
|
mailcatcher
|
||||||
mysql2
|
mysql2
|
||||||
poltergeist
|
poltergeist
|
||||||
|
|||||||
Reference in New Issue
Block a user