Updated gems.
This commit is contained in:
parent
3215f64511
commit
a79cfaf081
2 changed files with 11 additions and 11 deletions
4
Gemfile
4
Gemfile
|
@ -24,7 +24,7 @@ group :assets do
|
||||||
gem 'eco'
|
gem 'eco'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'autoprefixer-rails', '>=5.2'
|
gem 'autoprefixer-rails'
|
||||||
|
|
||||||
gem 'oauth2'
|
gem 'oauth2'
|
||||||
gem 'doorkeeper'
|
gem 'doorkeeper'
|
||||||
|
@ -120,7 +120,7 @@ group :development, :test do
|
||||||
gem 'selenium-webdriver'
|
gem 'selenium-webdriver'
|
||||||
|
|
||||||
# livereload on template changes (html, js, css)
|
# livereload on template changes (html, js, css)
|
||||||
gem 'guard', '>= 2.2.2', require: false
|
gem 'guard', require: false
|
||||||
gem 'guard-livereload', require: false
|
gem 'guard-livereload', require: false
|
||||||
gem 'rack-livereload'
|
gem 'rack-livereload'
|
||||||
gem 'rb-fsevent', require: false
|
gem 'rb-fsevent', require: false
|
||||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -45,7 +45,7 @@ GEM
|
||||||
addressable (2.4.0)
|
addressable (2.4.0)
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
ast (2.3.0)
|
ast (2.3.0)
|
||||||
autoprefixer-rails (6.3.7)
|
autoprefixer-rails (6.4.0)
|
||||||
execjs
|
execjs
|
||||||
biz (1.6.0)
|
biz (1.6.0)
|
||||||
clavius (~> 1.0)
|
clavius (~> 1.0)
|
||||||
|
@ -71,7 +71,7 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
json
|
json
|
||||||
concurrent-ruby (1.0.2)
|
concurrent-ruby (1.0.2)
|
||||||
daemons (1.2.3)
|
daemons (1.2.4)
|
||||||
delayed_job (4.1.2)
|
delayed_job (4.1.2)
|
||||||
activesupport (>= 3.0, < 5.1)
|
activesupport (>= 3.0, < 5.1)
|
||||||
delayed_job_active_record (4.1.1)
|
delayed_job_active_record (4.1.1)
|
||||||
|
@ -82,7 +82,7 @@ GEM
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
domain_name (0.5.20160615)
|
domain_name (0.5.20160615)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
doorkeeper (4.0.0)
|
doorkeeper (4.1.0)
|
||||||
railties (>= 4.2)
|
railties (>= 4.2)
|
||||||
eco (1.0.0)
|
eco (1.0.0)
|
||||||
coffee-script
|
coffee-script
|
||||||
|
@ -168,7 +168,7 @@ GEM
|
||||||
nokogiri (1.6.8)
|
nokogiri (1.6.8)
|
||||||
mini_portile2 (~> 2.1.0)
|
mini_portile2 (~> 2.1.0)
|
||||||
pkg-config (~> 1.1.7)
|
pkg-config (~> 1.1.7)
|
||||||
notiffany (0.1.0)
|
notiffany (0.1.1)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
oauth (0.5.1)
|
oauth (0.5.1)
|
||||||
|
@ -181,7 +181,7 @@ GEM
|
||||||
omniauth (1.3.1)
|
omniauth (1.3.1)
|
||||||
hashie (>= 1.2, < 4)
|
hashie (>= 1.2, < 4)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
omniauth-facebook (3.0.0)
|
omniauth-facebook (4.0.0)
|
||||||
omniauth-oauth2 (~> 1.2)
|
omniauth-oauth2 (~> 1.2)
|
||||||
omniauth-github (1.1.2)
|
omniauth-github (1.1.2)
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
|
@ -265,7 +265,7 @@ GEM
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.8.1)
|
||||||
ruby_dep (1.3.1)
|
ruby_dep (1.4.0)
|
||||||
rubyzip (1.2.0)
|
rubyzip (1.2.0)
|
||||||
sass (3.4.22)
|
sass (3.4.22)
|
||||||
sass-rails (5.0.6)
|
sass-rails (5.0.6)
|
||||||
|
@ -321,7 +321,7 @@ GEM
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (3.0.0)
|
uglifier (3.0.1)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
|
@ -342,7 +342,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-session_store
|
activerecord-session_store
|
||||||
autoprefixer-rails (>= 5.2)
|
autoprefixer-rails
|
||||||
biz
|
biz
|
||||||
browser
|
browser
|
||||||
clearbit
|
clearbit
|
||||||
|
@ -358,7 +358,7 @@ DEPENDENCIES
|
||||||
email_verifier
|
email_verifier
|
||||||
eventmachine
|
eventmachine
|
||||||
execjs
|
execjs
|
||||||
guard (>= 2.2.2)
|
guard
|
||||||
guard-livereload
|
guard-livereload
|
||||||
htmlentities
|
htmlentities
|
||||||
icalendar
|
icalendar
|
||||||
|
|
Loading…
Reference in a new issue