Skip to content

Commit

Permalink
New version to drop the pessimistic upper-bound restriction on Active…
Browse files Browse the repository at this point in the history
… Support and MultiJSON to prevent future gemfile resolution deadlocks
  • Loading branch information
dhh committed May 10, 2017
1 parent 1a3add9 commit 6627fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

2.6.4
-----

* Drop the pessimistic upper-bound restriction on Active Support and MultiJSON to prevent future gemfile resolution deadlocks *DHH*

2.6.3
-----

Expand Down
2 changes: 1 addition & 1 deletion jbuilder.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
s.version = '2.6.3'
s.version = '2.6.4'
s.authors = ['David Heinemeier Hansson']
s.email = ['[email protected]']
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

0 comments on commit 6627fd2

Please sign in to comment.