mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-06 15:41:09 -05:00
Merge pull request #608 from pozorvlak/libv8_fix
Fix problems installing libv8 on OS X.
This commit is contained in:
@@ -1 +1 @@
|
||||
2.1.2
|
||||
2.1.5
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -51,7 +51,7 @@ group :assets do
|
||||
# for now as it's easier for new people to install
|
||||
gem "therubyracer", "~> 0.12", :platforms => :ruby
|
||||
# libv8 is needed by therubyracer and is a bit finicky
|
||||
gem 'libv8', '3.16.14.3'
|
||||
gem 'libv8', '3.16.14.7'
|
||||
|
||||
# Another CSS preprocessor, used for Bootstrap overrides
|
||||
gem "less", '~>2.5.0'
|
||||
|
||||
@@ -183,7 +183,7 @@ GEM
|
||||
less-rails (~> 2.5.0)
|
||||
letter_opener (1.2.0)
|
||||
launchy (~> 2.2)
|
||||
libv8 (3.16.14.3)
|
||||
libv8 (3.16.14.7)
|
||||
mail (2.5.4)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
@@ -360,7 +360,7 @@ DEPENDENCIES
|
||||
less-rails (~> 2.5.0)
|
||||
less-rails-bootstrap (~> 3.2.0)
|
||||
letter_opener
|
||||
libv8 (= 3.16.14.3)
|
||||
libv8 (= 3.16.14.7)
|
||||
memcachier
|
||||
newrelic_rpm
|
||||
omniauth
|
||||
|
||||
Reference in New Issue
Block a user