Sha256: 49a230411d51bda278b85b5c7591157be13cdb0acf108d67bfb2305b361df539
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
source 'https://rubygems.org' # Runtime dependencies that should appear in the gemspec. gem 'json', '~> 2' gem 'mime-types', '~> 2.0' gem 'rest-client', '~> 1.6' # Development dependencies that should appear in the gemspec. group :development do gem 'rake', '< 12.0' gem 'rspec', '~> 2.9' gem 'flexmock' gem 'coveralls', :require => false gem 'pry' end # Gems used during test and development that should be OMITTED from the gemspec group :test do gem 'pry-byebug' gem 'jeweler' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
right_api_client-1.6.4 | Gemfile |
right_api_client-1.6.3 | Gemfile |