Skip to content

Commit 59fade0

Browse files
committed
Relax Rails version constraint for use with Rails 6+
Contraint was unnecessarily strict as Orchid works with Rails 6
1 parent 1f9ea68 commit 59fade0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/orchid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Orchid
2-
VERSION = '3.1.1'
2+
VERSION = '3.1.2'
33
end

orchid.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616

1717
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1818

19-
s.add_dependency "rails", "~> 5.2.0"
19+
s.add_dependency "rails", ">5.2.0", "<7.0"
2020

2121
s.add_development_dependency "sqlite3"
2222
end

0 commit comments

Comments
 (0)