mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Move to forked cache_digests for ruby 1.8.7 compatibility
I like to be able to run 2.2 on 1.8.7
This commit is contained in:
parent
8a8dc47ab8
commit
fb6ee29f43
2 changed files with 9 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -16,7 +16,7 @@ gem "aasm"
|
|||
gem "htmlentities"
|
||||
gem "swf_fu"
|
||||
gem "rails_autolink"
|
||||
gem "cache_digests" #, :git => 'git://github.com/rails/cache_digests.git'
|
||||
gem "cache_digests", :git => 'git://github.com/lrbalt/cache_digests.git'
|
||||
gem "rack-mini-profiler"
|
||||
|
||||
# Gems used only for assets and not required
|
||||
|
|
|
|||
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -1,3 +1,10 @@
|
|||
GIT
|
||||
remote: git://github.com/lrbalt/cache_digests.git
|
||||
revision: 8469c4153c84c0d918b01daccaa1e69747e93e89
|
||||
specs:
|
||||
cache_digests (0.1.0)
|
||||
actionpack (>= 3.2)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
|
@ -43,8 +50,6 @@ GEM
|
|||
builder (3.0.0)
|
||||
bullet (4.1.6)
|
||||
uniform_notifier (~> 1.0.0)
|
||||
cache_digests (0.1.0)
|
||||
actionpack (>= 3.2)
|
||||
capybara (1.1.2)
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
|
@ -201,7 +206,7 @@ DEPENDENCIES
|
|||
aruba
|
||||
bcrypt-ruby
|
||||
bullet
|
||||
cache_digests
|
||||
cache_digests!
|
||||
capybara
|
||||
coffee-rails
|
||||
cucumber-rails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue