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
|
||||
# to String#blank? a method that is called quite frequently in current
|
||||
# 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
|
||||
# If you want to amend mini profiler to do the monkey patches in the railstie
|
||||
# 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
|
||||
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
|
||||
remote: git://github.com/callahad/omniauth-browserid.git
|
||||
revision: af62d667626c1622de6fe13b60849c3640765ab1
|
||||
|
@ -178,6 +163,9 @@ GEM
|
|||
fakeweb (1.3.0)
|
||||
faraday (0.8.5)
|
||||
multipart-post (~> 1.1)
|
||||
fast_blank (0.0.1)
|
||||
rake
|
||||
rake-compiler
|
||||
fast_xor (1.1.1)
|
||||
rake
|
||||
rake-compiler
|
||||
|
@ -331,6 +319,8 @@ GEM
|
|||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
rack-mini-profiler (0.1.25)
|
||||
rack (>= 1.1.3)
|
||||
rack-openid (1.3.1)
|
||||
rack (>= 1.1.0)
|
||||
ruby-openid (>= 2.1.8)
|
||||
|
@ -466,7 +456,7 @@ GEM
|
|||
railties (> 3.2.8, < 4.0.0)
|
||||
sprockets (>= 2.0.0)
|
||||
tzinfo (0.3.37)
|
||||
uglifier (1.3.0)
|
||||
uglifier (2.0.1)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
yajl-ruby (1.1.0)
|
||||
|
@ -492,7 +482,7 @@ DEPENDENCIES
|
|||
eventmachine
|
||||
fabrication
|
||||
fakeweb (~> 1.3.0)
|
||||
fast_blank!
|
||||
fast_blank
|
||||
fast_xor
|
||||
fast_xs
|
||||
fastimage
|
||||
|
@ -524,7 +514,7 @@ DEPENDENCIES
|
|||
openid-redis-store
|
||||
pg
|
||||
pry-rails
|
||||
rack-mini-profiler!
|
||||
rack-mini-profiler
|
||||
rails
|
||||
rails_multisite!
|
||||
rake
|
||||
|
|
|
@ -4,8 +4,8 @@ require File.expand_path('../lib/rails_multisite/version', __FILE__)
|
|||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["Sam Saffron"]
|
||||
gem.email = ["sam.saffron@gmail.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.description = %q{Multi tenancy support for Rails}
|
||||
gem.summary = %q{Multi tenancy support for Rails}
|
||||
gem.homepage = ""
|
||||
|
||||
# when this is extracted comment it back in, prd has no .git
|
||||
|
|
Loading…
Reference in New Issue