mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
update fast_xor cause users were reporting issues
This commit is contained in:
parent
7abdd61354
commit
7a3a10f29f
2 changed files with 10 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -17,7 +17,7 @@ gem 'clockwork', require: false
|
|||
gem 'em-redis'
|
||||
gem 'eventmachine'
|
||||
gem 'fast_xs'
|
||||
gem 'fast_xor'
|
||||
gem 'fast_xor', git: 'git://github.com/CodeMonkeySteve/fast_xor.git'
|
||||
gem 'fastimage'
|
||||
gem 'fog', require: false
|
||||
gem 'has_ip_address'
|
||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -1,3 +1,11 @@
|
|||
GIT
|
||||
remote: git://github.com/CodeMonkeySteve/fast_xor.git
|
||||
revision: 85b79ec6d116f9680f23bd2c5c8c2c2039d477d8
|
||||
specs:
|
||||
fast_xor (1.1.2)
|
||||
rake
|
||||
rake-compiler
|
||||
|
||||
GIT
|
||||
remote: git://github.com/SamSaffron/sprockets.git
|
||||
revision: bacf2ec4d4d10cd8d1ab25a6360740314c512237
|
||||
|
@ -177,9 +185,6 @@ GEM
|
|||
fast_blank (0.0.1)
|
||||
rake
|
||||
rake-compiler
|
||||
fast_xor (1.1.1)
|
||||
rake
|
||||
rake-compiler
|
||||
fast_xs (0.8.0)
|
||||
fastimage (1.2.13)
|
||||
ffi (1.3.1)
|
||||
|
@ -496,7 +501,7 @@ DEPENDENCIES
|
|||
fabrication
|
||||
fakeweb (~> 1.3.0)
|
||||
fast_blank
|
||||
fast_xor
|
||||
fast_xor!
|
||||
fast_xs
|
||||
fastimage
|
||||
fog
|
||||
|
|
Loading…
Reference in a new issue