Gemfile in hquery-patient-api-1.0.3 vs Gemfile in hquery-patient-api-1.0.4
- old
+ new
@@ -1,18 +1,18 @@
source 'https://rubygems.org'
-gem 'sprockets'
+gem 'sprockets', '2.2.2'
gem 'coffee-script'
gem 'uglifier'
gem 'rake'
gem 'tilt'
group :test do
gem 'minitest', '~> 4.0'
gem 'turn', :require => false
platforms :ruby do
-# gem "libv8"
+ gem "libv8"
gem "therubyracer", :require => 'v8'
end
platforms :jruby do
gem "therubyrhino"