Skip to content

Commit

Permalink
Move addressable dependency to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RST-J committed Nov 2, 2014
1 parent 5dae26b commit 74e021b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source "https://rubygems.org"
gemspec

gem "json", :platforms => :mri_18
gem "addressable", '~> 2.3'

group :development do
gem "rake"
Expand Down
1 change: 1 addition & 0 deletions json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.8"

s.add_development_dependency "webmock"
s.add_runtime_dependency "addressable", '~> 2.3'
end

0 comments on commit 74e021b

Please sign in to comment.