Skip to content

Commit

Permalink
add 'json' gem dependency needed for 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
artemave committed May 11, 2012
1 parent 1c7de26 commit 611040d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -6,6 +6,7 @@ PATH
activeresource (~> 3.2.0) activeresource (~> 3.2.0)
childprocess (~> 0.3.0) childprocess (~> 0.3.0)
haml (>= 3.1.3) haml (>= 3.1.3)
json
sinatra (~> 1.3.2) sinatra (~> 1.3.2)
sinatra-flash sinatra-flash


Expand Down
1 change: 1 addition & 0 deletions rest-assured.gemspec
Expand Up @@ -26,5 +26,6 @@ Gem::Specification.new do |s|
s.add_dependency 'haml', '>= 3.1.3' s.add_dependency 'haml', '>= 3.1.3'
s.add_dependency 'activerecord', '~> 3.2.0' s.add_dependency 'activerecord', '~> 3.2.0'
s.add_dependency 'activeresource', '~> 3.2.0' s.add_dependency 'activeresource', '~> 3.2.0'
s.add_dependency 'json'
end end


0 comments on commit 611040d

Please sign in to comment.