Sha256: e8da1e754b3daf3f6a27aa4bde090992e60df0bb72e9a424911a62a31c4af8ca

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

source 'https://rubygems.org'

gemspec :path => '../'

gem 'rails', '3.2.22'
gem 'grape', '< 0.17'
gem 'grape-swagger', '< 0.12.0'
gem 'nokogiri', '< 1.6.9'
gem 'coveralls', require: false

group :development,:test do
  gem 'rspec' 
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
introspective_grape-0.3.2 gemfiles/Gemfile.rails.3.2.22
introspective_grape-0.3.1 gemfiles/Gemfile.rails.3.2.22
introspective_grape-0.3.0 gemfiles/Gemfile.rails.3.2.22
introspective_grape-0.2.9 gemfiles/Gemfile.rails.3.2.22
introspective_grape-0.2.8 gemfiles/Gemfile.rails.3.2.22