Merge pull request #204 from immunio/update_libv8
Remove hard version dependency for libv8
This commit is contained in:
@@ -58,8 +58,6 @@ 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
|
||||||
|
|||||||
+1
-2
@@ -155,7 +155,7 @@ 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.8)
|
libv8 (3.16.14.11)
|
||||||
listen (3.0.1)
|
listen (3.0.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
@@ -343,7 +343,6 @@ 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