Skip to content

Commit b545402

Browse files
committed
Loosen json dependency
Thanks `gem` tool for the warning. :)
1 parent 82e6c6e commit b545402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.add_dependency "railties", ">= 3.2.16"
1717

18-
s.add_development_dependency "json", "~> 2.0.2"
18+
s.add_development_dependency "json", "~> 2.0"
1919

2020
s.files = `git ls-files`.split("\n").reject { |f| f =~ /^testapp|^jquery-ui/ }
2121
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)