Sha256: 040dc41896fdb77d5f8cfb231f2162c0859cf184b1f32258dab1beef6993f2fb
Contents?: true
Size: 470 Bytes
Versions: 14
Compression:
Stored size: 470 Bytes
Contents
source "https://rubygems.org" gemspec path: '..' gem 'actionpack', '~> 6.0.4' gem 'activesupport', '~> 6.0.4' 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