mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Use main Tolk development branch
This commit is contained in:
parent
346d987f99
commit
c6c0ddeee5
2 changed files with 7 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -48,7 +48,7 @@ group :development do
|
|||
|
||||
# tolk is not completly migrated to rails 4 yet, so use master of AlexStein
|
||||
# to get a working version
|
||||
gem 'tolk', github: "AlexStein/tolk"
|
||||
gem 'tolk', github: 'tolk', ref: '60a207c0de'
|
||||
|
||||
gem "bullet"
|
||||
gem "rack-mini-profiler"
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -1,9 +1,11 @@
|
|||
GIT
|
||||
remote: git://github.com/AlexStein/tolk.git
|
||||
revision: 74c0e5d5d64958333821171a613b0c56f4ba5235
|
||||
remote: git://github.com/tolk/tolk.git
|
||||
revision: 60a207c0dee2717a3c9baf752f2044768cc653cc
|
||||
ref: 60a207c0de
|
||||
specs:
|
||||
tolk (1.5.1)
|
||||
safe_yaml (>= 0.8)
|
||||
tolk (1.5.2)
|
||||
rails (>= 4.0, < 4.2)
|
||||
safe_yaml (>= 0.8.6)
|
||||
will_paginate
|
||||
|
||||
GEM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue