Skip to content

Commit

Permalink
Remove date gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 17, 2024
1 parent 6990e53 commit 126fdc7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/multiverse/suites/config_file_loading/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ def stringio_version
end
end

def date_version
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4')
"gem 'date', '~> 3.3.4'"
else
"gem 'date'"
end
end

def gem_list(psych_version = nil)
<<~RB
#{stringio_version}
#{date_version}
# stub file system so we can test that newrelic.yml can be loaded from
# various places.
gem 'fakefs', :require => false
Expand Down

0 comments on commit 126fdc7

Please sign in to comment.