Sha256: e8c8332c024ed3f72e9ed9e6f27ad92aad1746f3b199ab75fa5980f0611a7647
Contents?: true
Size: 701 Bytes
Versions: 5
Compression:
Stored size: 701 Bytes
Contents
source 'https://rubygems.org' # Declare your gem's dependencies in introspective_grape.gemspec. # Bundler will treat runtime dependencies like base dependencies, and # development dependencies will be added by default to the :development group. gemspec :path => '../' gem 'grape', '< 0.17' gem 'grape-swagger', '< 0.12.0' gem 'nokogiri', '< 1.6.9' gem 'coveralls', require: false # Declare any dependencies that are still in development here instead of in # your gemspec. These might include edge Rails or gems from your path or # Git. Remember to move these dependencies to your gemspec before releasing # your gem to rubygems.org. group :development,:test do gem 'rspec' # gem 'byebug' end
Version data entries
5 entries across 5 versions & 1 rubygems