Skip to content

Commit 862118b

Browse files
committed
Let yajl-ruby float up to version 1.1.0 from 0.8.x. No need to lock down at all for tests.
1 parent 6721274 commit 862118b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
group :test do
1616
gem "rack-test", "~> 0.5"
17-
gem "yajl-ruby", "~>0.8.2", :platforms => :mri
17+
gem "yajl-ruby", :platforms => :mri
1818
gem "json", "~>1.5.3", :platforms => [:jruby, :rbx]
1919
gem "i18n"
2020
gem "minitest"

0 commit comments

Comments
 (0)