mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
gem updates, stop sourcing some stuff from github
uglifier v2
This commit is contained in:
parent
3e9b782f3e
commit
0c6cb2805a
4
Gemfile
4
Gemfile
@ -108,12 +108,12 @@ end
|
|||||||
# this is an optional gem, it provides a high performance replacement
|
# this is an optional gem, it provides a high performance replacement
|
||||||
# to String#blank? a method that is called quite frequently in current
|
# to String#blank? a method that is called quite frequently in current
|
||||||
# ActiveRecord, this may change in the future
|
# ActiveRecord, this may change in the future
|
||||||
gem 'fast_blank', github: "SamSaffron/fast_blank"
|
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.
|
||||||
gem 'rack-mini-profiler', git: 'git://github.com/SamSaffron/MiniProfiler'
|
gem 'rack-mini-profiler' #, git: 'git://github.com/SamSaffron/MiniProfiler'
|
||||||
|
|
||||||
# perftools only works on 1.9 atm
|
# perftools only works on 1.9 atm
|
||||||
group :profile do
|
group :profile do
|
||||||
|
26
Gemfile.lock
26
Gemfile.lock
@ -1,18 +1,3 @@
|
|||||||
GIT
|
|
||||||
remote: git://github.com/SamSaffron/MiniProfiler
|
|
||||||
revision: 08a421dc1411fb3f2e61c3d6e03bd3bd104f7130
|
|
||||||
specs:
|
|
||||||
rack-mini-profiler (0.1.23)
|
|
||||||
rack (>= 1.1.3)
|
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/SamSaffron/fast_blank.git
|
|
||||||
revision: 5d63f521b228fe9aa386ed8b8bff280781b23004
|
|
||||||
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
|
||||||
@ -178,6 +163,9 @@ GEM
|
|||||||
fakeweb (1.3.0)
|
fakeweb (1.3.0)
|
||||||
faraday (0.8.5)
|
faraday (0.8.5)
|
||||||
multipart-post (~> 1.1)
|
multipart-post (~> 1.1)
|
||||||
|
fast_blank (0.0.1)
|
||||||
|
rake
|
||||||
|
rake-compiler
|
||||||
fast_xor (1.1.1)
|
fast_xor (1.1.1)
|
||||||
rake
|
rake
|
||||||
rake-compiler
|
rake-compiler
|
||||||
@ -331,6 +319,8 @@ GEM
|
|||||||
rack (1.4.5)
|
rack (1.4.5)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
|
rack-mini-profiler (0.1.25)
|
||||||
|
rack (>= 1.1.3)
|
||||||
rack-openid (1.3.1)
|
rack-openid (1.3.1)
|
||||||
rack (>= 1.1.0)
|
rack (>= 1.1.0)
|
||||||
ruby-openid (>= 2.1.8)
|
ruby-openid (>= 2.1.8)
|
||||||
@ -466,7 +456,7 @@ GEM
|
|||||||
railties (> 3.2.8, < 4.0.0)
|
railties (> 3.2.8, < 4.0.0)
|
||||||
sprockets (>= 2.0.0)
|
sprockets (>= 2.0.0)
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.37)
|
||||||
uglifier (1.3.0)
|
uglifier (2.0.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
@ -492,7 +482,7 @@ DEPENDENCIES
|
|||||||
eventmachine
|
eventmachine
|
||||||
fabrication
|
fabrication
|
||||||
fakeweb (~> 1.3.0)
|
fakeweb (~> 1.3.0)
|
||||||
fast_blank!
|
fast_blank
|
||||||
fast_xor
|
fast_xor
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
@ -524,7 +514,7 @@ DEPENDENCIES
|
|||||||
openid-redis-store
|
openid-redis-store
|
||||||
pg
|
pg
|
||||||
pry-rails
|
pry-rails
|
||||||
rack-mini-profiler!
|
rack-mini-profiler
|
||||||
rails
|
rails
|
||||||
rails_multisite!
|
rails_multisite!
|
||||||
rake
|
rake
|
||||||
|
@ -4,8 +4,8 @@ require File.expand_path('../lib/rails_multisite/version', __FILE__)
|
|||||||
Gem::Specification.new do |gem|
|
Gem::Specification.new do |gem|
|
||||||
gem.authors = ["Sam Saffron"]
|
gem.authors = ["Sam Saffron"]
|
||||||
gem.email = ["sam.saffron@gmail.com"]
|
gem.email = ["sam.saffron@gmail.com"]
|
||||||
gem.description = %q{TODO: Write a gem description}
|
gem.description = %q{Multi tenancy support for Rails}
|
||||||
gem.summary = %q{TODO: Write a gem summary}
|
gem.summary = %q{Multi tenancy support for Rails}
|
||||||
gem.homepage = ""
|
gem.homepage = ""
|
||||||
|
|
||||||
# when this is extracted comment it back in, prd has no .git
|
# when this is extracted comment it back in, prd has no .git
|
||||||
|
Loading…
Reference in New Issue
Block a user