mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Update Tolk to 1.9.3
Support Rails 4.2
This commit is contained in:
parent
6230280d69
commit
86bcc4d6c6
2 changed files with 4 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -52,7 +52,7 @@ group :development do
|
|||
gem "spring-commands-cucumber"
|
||||
gem "yard"
|
||||
|
||||
gem 'tolk', '~> 1.6.0'
|
||||
gem 'tolk', '~> 1.9.3'
|
||||
|
||||
gem "bullet"
|
||||
gem "rack-mini-profiler"
|
||||
|
|
|
@ -218,10 +218,9 @@ GEM
|
|||
thor (0.19.1)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
tolk (1.6.0)
|
||||
rails (>= 4.0, < 4.2)
|
||||
tolk (1.9.3)
|
||||
rails (>= 4.0, < 4.3)
|
||||
safe_yaml (>= 0.8.6)
|
||||
will_paginate
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (2.7.2)
|
||||
|
@ -276,7 +275,7 @@ DEPENDENCIES
|
|||
swf_fu
|
||||
therubyracer
|
||||
thin
|
||||
tolk (~> 1.6.0)
|
||||
tolk (~> 1.9.3)
|
||||
uglifier (>= 1.3.0)
|
||||
will_paginate
|
||||
yard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue