Gemfile in hquery-patient-api-0.3.0 vs Gemfile in hquery-patient-api-1.0.0
- old
+ new
@@ -1,14 +1,21 @@
source :rubygems
-gem 'execjs'
gem 'sprockets'
gem 'coffee-script'
gem 'uglifier'
gem 'rake'
gem 'tilt'
-gem 'therubyrhino', :platforms => :jruby
group :test do
gem 'minitest'
gem 'turn', :require => false
+
+ platforms :ruby do
+ gem "libv8"
+ gem "therubyracer", :require => 'v8'
+ end
+
+ platforms :jruby do
+ gem "therubyrhino"
+ end
end
\ No newline at end of file