mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
add fast blank
This commit is contained in:
parent
61b5c0340e
commit
a81b1476ca
2
Gemfile
2
Gemfile
|
@ -105,6 +105,8 @@ group :development do
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gem 'fast_blank', github: "SamSaffron/fast_blank"
|
||||||
|
|
||||||
# IMPORTANT: mini profiler monkey patches, so it better be required last
|
# IMPORTANT: mini profiler monkey patches, so it better be required last
|
||||||
# If you want to amend mini profiler to do the monkey patches in the railstie
|
# If you want to amend mini profiler to do the monkey patches in the railstie
|
||||||
# we are open to it.
|
# we are open to it.
|
||||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -5,6 +5,14 @@ GIT
|
||||||
rack-mini-profiler (0.1.23)
|
rack-mini-profiler (0.1.23)
|
||||||
rack (>= 1.1.3)
|
rack (>= 1.1.3)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/SamSaffron/fast_blank.git
|
||||||
|
revision: 79df15181712f7e140d8443b7ab7a989fa289b88
|
||||||
|
specs:
|
||||||
|
fast_blank (0.0.1)
|
||||||
|
rake
|
||||||
|
rake-compiler
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/callahad/omniauth-browserid.git
|
remote: git://github.com/callahad/omniauth-browserid.git
|
||||||
revision: af62d667626c1622de6fe13b60849c3640765ab1
|
revision: af62d667626c1622de6fe13b60849c3640765ab1
|
||||||
|
@ -347,7 +355,7 @@ GEM
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
thor (>= 0.14.6, < 2.0)
|
thor (>= 0.14.6, < 2.0)
|
||||||
rake (10.0.3)
|
rake (10.0.4)
|
||||||
rake-compiler (0.8.3)
|
rake-compiler (0.8.3)
|
||||||
rake
|
rake
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
|
@ -484,6 +492,7 @@ DEPENDENCIES
|
||||||
eventmachine
|
eventmachine
|
||||||
fabrication
|
fabrication
|
||||||
fakeweb (~> 1.3.0)
|
fakeweb (~> 1.3.0)
|
||||||
|
fast_blank!
|
||||||
fast_xor
|
fast_xor
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user