Sha256: 8aa49a76cc386e1d053c2c9a231277afb81bac49968a57ef7bd8a2a667e0fa2e

Contents?: true

Size: 384 Bytes

Versions: 14

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Workaound for ruby 2.4. Because activesupport v6.0.0 requires ruby 2.5 over.
gem 'activesupport', '< 6.0.0'

group :integrations, optional: true do
  gem 'bugsnag', '>= 6.11.0'
end

# Specify your gem's dependencies in my_api_client.gemspec
gemspec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
my_api_client-0.17.0 Gemfile
my_api_client-0.16.1 Gemfile
my_api_client-0.16.0 Gemfile
my_api_client-0.15.0 Gemfile
my_api_client-0.14.0 Gemfile
my_api_client-0.14.0.pre Gemfile
my_api_client-0.13.0 Gemfile
my_api_client-0.12.0 Gemfile
my_api_client-0.11.0 Gemfile
my_api_client-0.10.3 Gemfile
my_api_client-0.10.2 Gemfile
my_api_client-0.10.1 Gemfile
my_api_client-0.10.0 Gemfile
my_api_client-0.9.2 Gemfile