Sha256: 110640a43f6c72321894cf98b3b05660aff5f58ad8c8c09dd6a5d9e7dea4b2b4

Contents?: true

Size: 375 Bytes

Versions: 7

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'bootsnap', '>= 1.1.0', require: false
gem 'my_api_client', path: '../..'
gem 'rails', '~> 5.2.4'

group :development, :test do
  gem 'byebug', platforms: %i[mri mingw x64_mingw]
  gem 'rspec-rails'
end

group :development do
  gem 'spring'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
my_api_client-0.24.0 rails_app/rails_5.2/Gemfile
my_api_client-0.23.0 rails_app/rails_5.2/Gemfile
my_api_client-0.22.0 rails_app/rails_5.2/Gemfile
my_api_client-0.21.0 rails_app/rails_5.2/Gemfile
my_api_client-0.20.0 rails_app/rails_5.2/Gemfile
my_api_client-0.19.0 rails_app/rails_5.2/Gemfile
my_api_client-0.18.0 rails_app/rails_5.2/Gemfile