Skip to content

Commit 3c7b51c

Browse files
authored
Merge pull request #54 from QueueClassic/pp/rails-6-support
Add support for Rails 6.0
2 parents a75a14a + 0864058 commit 3c7b51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/queue_classic_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module QueueClassicAdmin
2-
VERSION = "4.0.0.alpha1"
2+
VERSION = "4.0.0.alpha2"
33
end

queue_classic_admin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
1818
s.test_files = Dir["test/**/*"]
1919

20-
s.add_runtime_dependency "rails", ">= 5.0.0", "< 6.0"
20+
s.add_runtime_dependency "rails", ">= 5.0.0", "< 6.1"
2121
s.add_runtime_dependency "queue_classic", "4.0.0.pre.alpha1"
2222
s.add_runtime_dependency "pg"
2323
s.add_runtime_dependency "will_paginate", ">= 3.0.0"

0 commit comments

Comments
 (0)