Skip to content

Commit

Permalink
update to rubyracer needed for mavericks
Browse files Browse the repository at this point in the history
  • Loading branch information
atomical committed Jul 2, 2014
1 parent 7d1d482 commit c69015b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
platforms :ruby do
gem 'sqlite3'
gem 'execjs'
gem 'therubyracer', '= 0.10.2'
gem 'therubyracer'
end

gem 'avalon-about', git: "https://github.com/avalonmediasystem/avalon-about.git" # HEAD , tag: 'avalon-r3'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ GEM
addressable (~> 2.3)
letter_opener (1.2.0)
launchy (~> 2.2)
libv8 (3.3.10.4)
libv8 (3.16.14.3)
license_header (0.0.4)
highline
logger (1.2.8)
Expand Down Expand Up @@ -442,6 +442,7 @@ GEM
rdf (>= 1.1)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rsolr (1.0.10)
Expand Down Expand Up @@ -514,8 +515,9 @@ GEM
sqlite3 (1.3.9)
stomp (1.3.2)
systemu (2.6.4)
therubyracer (0.10.2)
libv8 (~> 3.3.10)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
tilt (1.4.1)
treetop (1.4.15)
Expand Down Expand Up @@ -616,7 +618,7 @@ DEPENDENCIES
shoulda-matchers
simplecov
sqlite3
therubyracer (= 0.10.2)
therubyracer
therubyrhino
twitter_bootstrap_form_for!
uglifier (>= 1.0.3)
Expand Down

0 comments on commit c69015b

Please sign in to comment.