Sha256: c95ac8cac17a0e49e4002be0f61e459435ba8dc5ec70f157d22f60de6bcf6653
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 Bytes
Contents
# Use this file to reference specific commits of gems. group :development do gem 'linkeddata' if ENV['RAILS_VERSION'] =~ /^6\.1\./ && ENV['RUBY_VERSION'] =~ /^3\.1\./ # Ruby 3.0 comes with Psych 3, while Ruby 3.1 comes with Psych 4, # which has a major breaking change (diff 3.3.2 → 4.0.0). # See: https://bugs.ruby-lang.org/issues/17866 # See also: https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias/71192990#71192990 gem 'psych', '< 4' # opt into mail 2.8.0.rc1 so we get extra dependencies # Once mail 2.8.0 final is released this will not be required. # https://github.com/mikel/mail/pull/1472 gem "mail", ">= 2.8.0.rc1" # See https://stackoverflow.com/questions/70500220/rails-7-ruby-3-1-loaderror-cannot-load-such-file-net-smtp gem 'net-smtp', require: false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qa-5.9.0 | spec/test_app_templates/Gemfile.extra |