Sha256: f060f2aec8ee1b827746e686c65f42ef8e5b2bfdd627a42020ba38a0e0d583e0

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gem 'jets'

gem 'dynomite'

# See: https://github.com/boltops-tools/jets/issues/523
gem 'nokogiri', '~> 1.12.5'

# 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

1 entries across 1 versions & 1 rubygems

Version Path
my_api_client-0.22.0 my_api/Gemfile