Skip to content

Commit

Permalink
Merge pull request #20 from cheef/master
Browse files Browse the repository at this point in the history
Change grape dependency to support new versions
  • Loading branch information
dblock committed Nov 19, 2013
2 parents f16bfb2 + 56da0a5 commit bfb6e66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
#### Next Release

* Relaxed dependency on a specific version of Grape [#20](https://github.com/LTe/grape-rabl/pull/20) [@cheef](https://github.com/cheef)

#### v0.2.1

* Fix: render template according to request format. [#11](https://github.com/LTe/grape-rabl/pull/11) [@alovak](https://github.com/alovak) [view commit](http://github.com/LTe/grape-rabl/commit/f9658cf7a3026122afbb77e0da613731a5828338)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Use [Rabl](https://github.com/nesquena/rabl) templates in [Grape](https://github
Add the `grape` and `grape-rabl` gems to Gemfile.

```ruby
gem 'grape', "~> 0.2.3"
gem 'grape'
gem 'grape-rabl'
```

Expand Down
2 changes: 1 addition & 1 deletion grape-rabl.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = Grape::Rabl::VERSION
gem.required_ruby_version = '>= 1.9.3'

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

0 comments on commit bfb6e66

Please sign in to comment.