Skip to content

Commit c71d7a3

Browse files
committed
one less gem from github for greater good
1 parent 082f131 commit c71d7a3

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ gem 'seed-fu' , github: 'SamSaffron/seed-fu'
3838

3939
if 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'
8081
gem 'eventmachine'
8182
gem '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'
8585
gem 'fastimage'
8686
gem 'fog', '1.18.0', require: false
8787
gem 'unf', require: false

Gemfile_rails4.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ GIT
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-
3426
GIT
3527
remote: https://github.com/SamSaffron/vestal_versions
3628
revision: 007b30a5274db7db55da745a4482243559247782
@@ -158,6 +150,9 @@ GEM
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

0 commit comments

Comments
 (0)