Skip to content

Commit 6627fd2

Browse files
author
David Heinemeier Hansson
committed
New version to drop the pessimistic upper-bound restriction on Active Support and MultiJSON to prevent future gemfile resolution deadlocks
1 parent 1a3add9 commit 6627fd2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
2.6.4
4+
-----
5+
6+
* Drop the pessimistic upper-bound restriction on Active Support and MultiJSON to prevent future gemfile resolution deadlocks *DHH*
7+
38
2.6.3
49
-----
510

jbuilder.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'jbuilder'
3-
s.version = '2.6.3'
3+
s.version = '2.6.4'
44
s.authors = ['David Heinemeier Hansson']
55
s.email = ['[email protected]']
66
s.summary = 'Create JSON structures via a Builder-style DSL'

0 commit comments

Comments
 (0)