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