Use latest Tolk release, which supports Rails 4

This commit is contained in:
Dan Rice 2014-05-02 11:26:10 -04:00
parent 87ede1efce
commit 6d468e229e
2 changed files with 5 additions and 10 deletions

View file

@ -44,7 +44,7 @@ gem 'bcrypt-ruby', '~> 3.0.0'
group :development do
gem "yard"
gem "tolk", git: 'https://github.com/tolk/tolk'
gem 'tolk', '>=1.5.0'
gem "bullet"
gem "rack-mini-profiler"
end