gemfiles/Gemfile.rails.4.2.8 in introspective_grape-0.3.5 vs gemfiles/Gemfile.rails.4.2.8 in introspective_grape-0.3.6

- old
+ new

@@ -3,9 +3,11 @@ gemspec :path => '../' gem 'rails', '4.2.8' gem 'grape', '> 0.17' gem 'grape-swagger', '> 0.12.0' +gem 'machinist' +gem 'nokogiri', '< 1.10.1' gem 'coveralls', require: false group :development,:test do gem 'rspec' end