Removed libv8 temp fix; Rebuild Gemfile.lock file
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
|
||||||
|
|||||||
+3
-5
@@ -27,7 +27,7 @@ GEM
|
|||||||
tzinfo (~> 0.3.37)
|
tzinfo (~> 0.3.37)
|
||||||
addressable (2.3.8)
|
addressable (2.3.8)
|
||||||
arel (4.0.2)
|
arel (4.0.2)
|
||||||
aruba (0.6.2)
|
aruba (0.7.1)
|
||||||
childprocess (>= 0.3.6)
|
childprocess (>= 0.3.6)
|
||||||
cucumber (>= 1.1.1)
|
cucumber (>= 1.1.1)
|
||||||
rspec-expectations (>= 2.7.0)
|
rspec-expectations (>= 2.7.0)
|
||||||
@@ -141,7 +141,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)
|
||||||
@@ -158,7 +158,6 @@ GEM
|
|||||||
thin (~> 1.5.0)
|
thin (~> 1.5.0)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.6.1)
|
mime-types (2.6.1)
|
||||||
mini_portile (0.6.2)
|
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
multi_json (1.11.1)
|
multi_json (1.11.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
@@ -183,7 +182,7 @@ GEM
|
|||||||
pry-rails (0.3.4)
|
pry-rails (0.3.4)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
rack (1.5.5)
|
rack (1.5.5)
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.16)
|
||||||
rack
|
rack
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
@@ -314,7 +313,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