Sha256: da916fce944cb6527892a10688b229f6569bb280067b0355f5aec21fea6bf2aa

Contents?: true

Size: 700 Bytes

Versions: 4

Compression:

Stored size: 700 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

4 entries across 4 versions & 1 rubygems

Version Path
introspective_grape-0.3.7 gemfiles/2.0.0-Gemfile
introspective_grape-0.3.6 gemfiles/2.0.0-Gemfile
introspective_grape-0.3.5 gemfiles/2.0.0-Gemfile
introspective_grape-0.3.3 gemfiles/2.0.0-Gemfile