Skip to content

Commit b341805

Browse files
committed
Update gemspec to also support Rails 3.2
1 parent b66ffef commit b341805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rails_semantic_logger/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsSemanticLogger #:nodoc
2-
VERSION = '4.1.3'
2+
VERSION = '4.2.0'
33
end

rails_semantic_logger.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
1717
spec.license = 'Apache-2.0'
1818
spec.has_rdoc = true
1919
spec.required_ruby_version = '>= 2.1'
20-
spec.add_dependency 'rails', '>= 4.0'
20+
spec.add_dependency 'rails', '>= 3.2'
2121
spec.add_dependency 'semantic_logger', '~> 4.1'
2222
end

0 commit comments

Comments
 (0)