File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ gem 'seed-fu' , github: 'SamSaffron/seed-fu'
3838
3939if rails4?
4040 gem 'rails'
41+ # because of https://github.com/redis-store/redis-store/pull/183
4142 gem 'redis-rails' , :git => 'git://github.com/SamSaffron/redis-store.git'
4243 gem 'rails-observers'
4344 gem 'actionpack-action_caching'
@@ -80,8 +81,7 @@ gem 'sidetiq', '>= 0.3.6'
8081gem 'eventmachine'
8182gem 'fast_xs'
8283
83- # https://github.com/CodeMonkeySteve/fast_xor/issues/6
84- gem 'fast_xor' , git : 'https://github.com/CodeMonkeySteve/fast_xor.git'
84+ gem 'fast_xor'
8585gem 'fastimage'
8686gem 'fog' , '1.18.0' , require : false
8787gem 'unf' , require : false
Original file line number Diff line number Diff line change 2323 rails (>= 3.0.0, < 5)
2424 spork (>= 1.0rc0)
2525
26- GIT
27- remote: https://github.com/CodeMonkeySteve/fast_xor.git
28- revision: 85b79ec6d116f9680f23bd2c5c8c2c2039d477d8
29- specs:
30- fast_xor (1.1.2)
31- rake
32- rake-compiler
33-
3426GIT
3527 remote: https://github.com/SamSaffron/vestal_versions
3628 revision: 007b30a5274db7db55da745a4482243559247782
158150 fast_stack (0.1.0)
159151 rake
160152 rake-compiler
153+ fast_xor (1.1.2)
154+ rake
155+ rake-compiler
161156 fast_xs (0.8.0)
162157 fastimage (1.5.2)
163158 ffi (1.9.3)
@@ -460,7 +455,7 @@ DEPENDENCIES
460455 fabrication
461456 fakeweb (~> 1.3.0)
462457 fast_blank
463- fast_xor!
458+ fast_xor
464459 fast_xs
465460 fastimage
466461 flamegraph
You can’t perform that action at this time.
0 commit comments