Skip to content

Commit

Permalink
Security and Ruby updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Budin committed Mar 14, 2019
1 parent 52b8d4b commit 7f41666
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 57 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
source 'http://rubygems.org'

gem 'rails', '4.2.10'
ruby '2.6.2'
gem 'rails', '4.2.11.1'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'devise'
gem 'devise', '~> 3.5.4'
gem 'devise_invitable'
gem 'devise-encryptable'
gem 'cancancan'
Expand All @@ -20,7 +21,7 @@ gem 'sprockets'
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'bootstrap-sass'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'autoprefixer-rails'

gem 'jquery-rails'
Expand Down
115 changes: 61 additions & 54 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actionmailer (4.2.10)
actionpack (= 4.2.10)
actionview (= 4.2.10)
activejob (= 4.2.10)
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.10)
actionview (= 4.2.10)
activesupport (= 4.2.10)
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.10)
activesupport (= 4.2.10)
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.10)
activesupport (= 4.2.10)
activejob (4.2.11.1)
activesupport (= 4.2.11.1)
globalid (>= 0.3.0)
activemodel (4.2.10)
activesupport (= 4.2.10)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
activerecord (4.2.10)
activemodel (= 4.2.10)
activesupport (= 4.2.10)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
arel (~> 6.0)
activesupport (4.2.10)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand All @@ -47,12 +47,12 @@ GEM
ae_users_migrator (1.0.6)
activerecord (>= 2.3)
arel (6.0.4)
autoprefixer-rails (8.6.2)
autoprefixer-rails (9.4.10.2)
execjs
bcrypt (3.1.10)
bootstrap-sass (3.3.5.1)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.3.0)
bcrypt (3.1.12)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
breach-mitigation-rails (0.2.2)
activesupport
rack
Expand Down Expand Up @@ -88,12 +88,12 @@ GEM
execjs
coffee-script-source (1.9.1.1)
colorize (0.7.7)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
crass (1.0.4)
crypt-isaac (0.9.1)
daemons (1.2.3)
database_cleaner (1.5.0)
devise (3.5.2)
devise (3.5.10)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down Expand Up @@ -131,12 +131,12 @@ GEM
railties (>= 3.0.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.10.0)
figaro (1.1.1)
thor (~> 0.14)
foreman (0.78.0)
thor (~> 0.19.1)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (4.0.7)
tilt
Expand All @@ -153,14 +153,14 @@ GEM
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest-spec-rails (5.3.0)
minitest (~> 5.0)
Expand All @@ -170,8 +170,8 @@ GEM
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pg (0.18.3)
pg_array_parser (0.0.9)
Expand All @@ -188,16 +188,16 @@ GEM
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.10)
actionmailer (= 4.2.10)
actionpack (= 4.2.10)
actionview (= 4.2.10)
activejob (= 4.2.10)
activemodel (= 4.2.10)
activerecord (= 4.2.10)
activesupport (= 4.2.10)
rails (4.2.11.1)
actionmailer (= 4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
activemodel (= 4.2.11.1)
activerecord (= 4.2.11.1)
activesupport (= 4.2.11.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.10)
railties (= 4.2.11.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -207,20 +207,21 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (4.2.10)
actionpack (= 4.2.10)
activesupport (= 4.2.10)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rb-inotify (0.10.0)
ffi (~> 1.0)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rollbar (2.16.2)
multi_json
sass (3.5.6)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -231,6 +232,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.1)
ffi (~> 1.9)
rake
slop (3.6.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
Expand All @@ -255,7 +259,7 @@ GEM
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
warden (1.2.3)
warden (1.2.7)
rack (>= 1.0)
will_paginate (3.0.7)
will_paginate-bootstrap (1.0.1)
Expand All @@ -269,7 +273,7 @@ PLATFORMS
DEPENDENCIES
ae_users_migrator
autoprefixer-rails
bootstrap-sass
bootstrap-sass (~> 3.4.1)
breach-mitigation-rails
cancancan
capistrano (~> 3.0)
Expand All @@ -281,7 +285,7 @@ DEPENDENCIES
cassy!
coffee-rails
database_cleaner
devise
devise (~> 3.5.4)
devise-encryptable
devise_invitable
doorkeeper (= 5.0.0.rc1)
Expand All @@ -299,7 +303,7 @@ DEPENDENCIES
pg
postgres_ext
pry-rails
rails (= 4.2.10)
rails (= 4.2.11.1)
rollbar
sass-rails
sprockets
Expand All @@ -309,5 +313,8 @@ DEPENDENCIES
will_paginate
will_paginate-bootstrap

RUBY VERSION
ruby 2.6.2p47

BUNDLED WITH
1.16.1
1.17.2

0 comments on commit 7f41666

Please sign in to comment.