Skip to content

Commit 5207ff3

Browse files
author
David Heinemeier Hansson
committed
Require Rails 4+ to ensure the fix from #400 will apply properly and bump a minor version accordingly
1 parent 1ed80b0 commit 5207ff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jbuilder.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Gem::Specification.new do |s|
22
s.name = 'jbuilder'
3-
s.version = '2.6.4'
4-
s.authors = ['David Heinemeier Hansson']
5-
s.email = ['david@37signals.com']
3+
s.version = '2.7.0'
4+
s.authors = 'David Heinemeier Hansson'
5+
s.email = 'david@basecamp.com'
66
s.summary = 'Create JSON structures via a Builder-style DSL'
77
s.homepage = 'https://github.com/rails/jbuilder'
88
s.license = 'MIT'
99

1010
s.required_ruby_version = '>= 1.9.3'
1111

12-
s.add_dependency 'activesupport', '>= 3.0.0'
12+
s.add_dependency 'activesupport', '>= 4.0.0'
1313
s.add_dependency 'multi_json', '>= 1.2'
1414

1515
s.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)