Skip to content

Commit 129792d

Browse files
authored
Merge pull request departurerb#59 from lorenzograndi4/relax-rails-dependency-version
Relax Rails dependency version
2 parents 3ea8c44 + 3f776a0 commit 129792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

departure.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require 'departure/version'
77

88
# This environment variable is set on CI to facilitate testing with multiple
99
# versions of Rails.
10-
RAILS_DEPENDENCY_VERSION = ENV.fetch('RAILS_VERSION', ['>= 5.2.0', '<= 6.1'])
10+
RAILS_DEPENDENCY_VERSION = ENV.fetch('RAILS_VERSION', ['>= 5.2.0', '< 6.2'])
1111

1212
Gem::Specification.new do |spec|
1313
spec.name = 'departure'

0 commit comments

Comments
 (0)