Skip to content

Commit

Permalink
Updated Grape dependency via .gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 28, 2012
1 parent d06a655 commit fd44b6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ source 'https://rubygems.org'

gemspec

gem "grape", "~> 0.2.3"

group :test do
gem "rspec", "~> 2.8.0"
gem "rack-test"
Expand Down
1 change: 1 addition & 0 deletions grape-rabl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Grape::Rabl::VERSION

gem.add_dependency "grape", "~> 0.2.3"
gem.add_dependency "rabl"
gem.add_dependency "tilt"
gem.add_dependency "i18n"
Expand Down

0 comments on commit fd44b6a

Please sign in to comment.