Sha256: d89c43fa85a7a9b47c97d006094062a82f1713fa72e9ae85d3fcf88cee4fe485

Contents?: true

Size: 469 Bytes

Versions: 7

Compression:

Stored size: 469 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gem 'jets'

gem 'dynomite'

# development and test groups are not bundled as part of the deployment
group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platforms: %i[mri mingw x64_mingw]
  gem 'puma'
  gem 'rack'
  gem 'shotgun'
end

group :test do
  gem 'capybara'
  gem 'launchy'
  gem 'rspec'
  gem 'rspec_junit_formatter'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
my_api_client-0.19.0 my_api/Gemfile
my_api_client-0.18.0 my_api/Gemfile
my_api_client-0.17.0 my_api/Gemfile
my_api_client-0.16.1 my_api/Gemfile
my_api_client-0.16.0 my_api/Gemfile
my_api_client-0.15.0 my_api/Gemfile
my_api_client-0.14.0 my_api/Gemfile