Sha256: 155e51724537e9325d67aa19605acdc3af6505bc422f93170a6653cf94da2bb1
Contents?: true
Size: 658 Bytes
Versions: 5
Compression:
Stored size: 658 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec path: '.' # use ENV vars, with default value as fallback for local setup ruby(ENV['RUBY_VERSION'] || '3.2.2') gem 'actionpack', "~> #{ENV['RAILS_VERSION'] || '7.0'}.0" gem 'activesupport', "~> #{ENV['RAILS_VERSION'] || '7.0'}.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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
apipie-rails-1.3.0 | Gemfile |
apipie-rails-1.2.3 | Gemfile |
apipie-rails-1.2.2 | Gemfile |
apipie-rails-1.2.1 | Gemfile |
apipie-rails-1.2.0 | Gemfile |