Sha256: a1a5dce4c3d3289ed28cee8d7f6279799b24ef98b319678299af5c23e9a15fb2
Contents?: true
Size: 470 Bytes
Versions: 14
Compression:
Stored size: 470 Bytes
Contents
source "https://rubygems.org" gemspec path: '..' gem 'actionpack', '~> 6.1.5' gem 'activesupport', '~> 6.1.5' 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 if Gem.ruby_version >= Gem::Version.new("3.1.0") gem 'net-smtp', require: false end gem 'test_engine', path: '../spec/dummy/components/test_engine', group: :test
Version data entries
14 entries across 14 versions & 1 rubygems