Sha256: 0833162896dabf3c4813e1794da2ecbf4d51ed65a9ef950f298764208bdc42e4

Contents?: true

Size: 621 Bytes

Versions: 3

Compression:

Stored size: 621 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec path: '.'

# use ENV vars, with default value as fallback for local setup
gem 'actionpack', "~> #{ENV['RAILS_VERSION'] || '7.1'}.0"
gem 'activesupport', "~> #{ENV['RAILS_VERSION'] || '7.1'}.0"

gem 'mime-types' # , '~> 3.0'
gem 'rails-controller-testing'
gem 'rspec-rails' # , '~> 5.0'

# net-smtp not included by default in Ruby 3.1
# Will be fixed by https://github.com/mikel/mail/pull/1439
gem 'net-smtp', require: false if Gem.ruby_version >= Gem::Version.new('3.1.0')

gem 'test_engine', path: './spec/dummy/components/test_engine', group: :test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
apipie-rails-1.4.2 Gemfile
apipie-rails-1.4.1 Gemfile
apipie-rails-1.4.0 Gemfile