Sha256: ce93ddfd53990010ee1836394d38406b93e2a78af29419507012f9a3802df3e0
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true appraise "activesupport_52" do gem "activesupport", "~> 5.2.0" end appraise "activesupport_60" do gem "activesupport", "~> 6.0.0" end appraise "activesupport_61" do gem "activesupport", "~> 6.1.0" end if Gem::Version.new(RUBY_VERSION) > Gem::Version.new("2.7.0") appraise "activesupport_edge" do gem "activesupport", git: "https://github.com/rails/rails", require: "activesupport", branch: "main" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eve_online-0.42.0 | Appraisals |
eve_online-0.41.0 | Appraisals |