Sha256: 77ad822a6f65d51a1734996c4cf4d2b7987ec395899a8cd6b21832e937804b60

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

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

gem 'activesupport', '~> 6.1' # TODO: Remove this line at the end of Ruby 2.6 support

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

1 entries across 1 versions & 1 rubygems

Version Path
my_api_client-0.22.0 Gemfile