mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:42:16 +08:00
one less gem from github for greater good
This commit is contained in:
parent
082f131b27
commit
c71d7a3c6d
4
Gemfile
4
Gemfile
|
@ -38,6 +38,7 @@ gem 'seed-fu' , github: 'SamSaffron/seed-fu'
|
|||
|
||||
if rails4?
|
||||
gem 'rails'
|
||||
# because of https://github.com/redis-store/redis-store/pull/183
|
||||
gem 'redis-rails', :git => 'git://github.com/SamSaffron/redis-store.git'
|
||||
gem 'rails-observers'
|
||||
gem 'actionpack-action_caching'
|
||||
|
@ -80,8 +81,7 @@ gem 'sidetiq', '>= 0.3.6'
|
|||
gem 'eventmachine'
|
||||
gem 'fast_xs'
|
||||
|
||||
# https://github.com/CodeMonkeySteve/fast_xor/issues/6
|
||||
gem 'fast_xor', git: 'https://github.com/CodeMonkeySteve/fast_xor.git'
|
||||
gem 'fast_xor'
|
||||
gem 'fastimage'
|
||||
gem 'fog', '1.18.0', require: false
|
||||
gem 'unf', require: false
|
||||
|
|
|
@ -23,14 +23,6 @@ GIT
|
|||
rails (>= 3.0.0, < 5)
|
||||
spork (>= 1.0rc0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/CodeMonkeySteve/fast_xor.git
|
||||
revision: 85b79ec6d116f9680f23bd2c5c8c2c2039d477d8
|
||||
specs:
|
||||
fast_xor (1.1.2)
|
||||
rake
|
||||
rake-compiler
|
||||
|
||||
GIT
|
||||
remote: https://github.com/SamSaffron/vestal_versions
|
||||
revision: 007b30a5274db7db55da745a4482243559247782
|
||||
|
@ -158,6 +150,9 @@ GEM
|
|||
fast_stack (0.1.0)
|
||||
rake
|
||||
rake-compiler
|
||||
fast_xor (1.1.2)
|
||||
rake
|
||||
rake-compiler
|
||||
fast_xs (0.8.0)
|
||||
fastimage (1.5.2)
|
||||
ffi (1.9.3)
|
||||
|
@ -460,7 +455,7 @@ DEPENDENCIES
|
|||
fabrication
|
||||
fakeweb (~> 1.3.0)
|
||||
fast_blank
|
||||
fast_xor!
|
||||
fast_xor
|
||||
fast_xs
|
||||
fastimage
|
||||
flamegraph
|
||||
|
|
Loading…
Reference in New Issue
Block a user