Skip to content

Commit 258c421

Browse files
committed
chore(gemspec): remove coffee-rails max version restriction for Rails 6 support
1 parent 43b18a8 commit 258c421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rails_script/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsScript
2-
VERSION = '2.0.3'
2+
VERSION = '2.0.4'
33
end

rails_script.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
2121
spec.add_development_dependency 'bundler', '~> 1.6'
2222
spec.add_development_dependency 'rake', '~> 0'
2323

24-
spec.add_dependency 'coffee-rails', '~> 4.0', '>= 4.0.0'
24+
spec.add_dependency 'coffee-rails', '>= 4.0.0'
2525
end

0 commit comments

Comments
 (0)