Use latest Tolk from Rubygems

This commit is contained in:
Dan Rice 2014-09-29 13:21:04 -04:00
parent 18b7a467c1
commit c4667acd82
2 changed files with 8 additions and 16 deletions

View file

@ -46,9 +46,7 @@ group :development do
gem "spring-commands-cucumber" gem "spring-commands-cucumber"
gem "yard" gem "yard"
# tolk is not completly migrated to rails 4 yet, so use master of AlexStein gem 'tolk', '~> 1.6.0'
# to get a working version
gem 'tolk', github: 'tolk', ref: '60a207c0de'
gem "bullet" gem "bullet"
gem "rack-mini-profiler" gem "rack-mini-profiler"

View file

@ -1,13 +1,3 @@
GIT
remote: git://github.com/tolk/tolk.git
revision: 60a207c0dee2717a3c9baf752f2044768cc653cc
ref: 60a207c0de
specs:
tolk (1.5.2)
rails (>= 4.0, < 4.2)
safe_yaml (>= 0.8.6)
will_paginate
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -113,7 +103,7 @@ GEM
metaclass (0.0.4) metaclass (0.0.4)
mime-types (1.25.1) mime-types (1.25.1)
mini_portile (0.6.0) mini_portile (0.6.0)
minitest (5.4.1) minitest (5.4.2)
mocha (1.1.0) mocha (1.1.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.10.1) multi_json (1.10.1)
@ -154,7 +144,7 @@ GEM
rspec-support (~> 3.1.0) rspec-support (~> 3.1.0)
rspec-support (3.1.0) rspec-support (3.1.0)
rubyzip (1.1.6) rubyzip (1.1.6)
safe_yaml (1.0.3) safe_yaml (1.0.4)
sanitize (3.0.2) sanitize (3.0.2)
crass (~> 0.2.0) crass (~> 0.2.0)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
@ -197,6 +187,10 @@ GEM
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.4)
tilt (1.4.1) tilt (1.4.1)
tolk (1.6.0)
rails (>= 4.0, < 4.2)
safe_yaml (>= 0.8.6)
will_paginate
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.5.3) uglifier (2.5.3)
@ -246,7 +240,7 @@ DEPENDENCIES
sqlite3 sqlite3
swf_fu swf_fu
therubyracer therubyracer
tolk! tolk (~> 1.6.0)
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
will_paginate will_paginate
yard yard