Gemfile in hquery-patient-api-1.0.2 vs Gemfile in hquery-patient-api-1.0.3
- old
+ new
@@ -5,14 +5,14 @@
gem 'uglifier'
gem 'rake'
gem 'tilt'
group :test do
- gem 'minitest'
+ 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"