Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 103c876

Browse files
author
Jim Coble
authored
Address bootstrap-sass security vulnerability. (#1980)
* Address bootstrap-sass security vulnerability. Required upgrading ruby from 2.3.1 to at least 2.3.3, so upgraded to latest 2.3.x (2.3.8). * Change ruby version used by Travis.
1 parent ad936f1 commit 103c876

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.3.8

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- sudo apt-get install -qq libvips-dev
66
- gem install bundler
77
rvm:
8-
- 2.3.1
8+
- 2.3.8
99
cache: bundler
1010
script: "bundle exec rake dul_hydra:ci:build"
1111
# To exclude antivirus tests:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.3.1'
2+
ruby '2.3.8'
33

44
gem 'rails', '4.2.11'
55

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
addressable (2.5.0)
5858
public_suffix (~> 2.0, >= 2.0.2)
5959
arel (6.0.4)
60-
autoprefixer-rails (6.7.3)
60+
autoprefixer-rails (9.4.10.1)
6161
execjs
6262
axiom-types (0.1.1)
6363
descendants_tracker (~> 0.0.4)
@@ -80,9 +80,9 @@ GEM
8080
rsolr (~> 1.0, >= 1.0.11)
8181
block_helpers (0.3.3)
8282
activesupport (>= 2.0)
83-
bootstrap-sass (3.3.7)
83+
bootstrap-sass (3.4.1)
8484
autoprefixer-rails (>= 5.2.1)
85-
sass (>= 3.3.4)
85+
sassc (>= 2.0.0)
8686
builder (3.2.3)
8787
byebug (9.0.6)
8888
cancancan (1.16.0)
@@ -448,6 +448,9 @@ GEM
448448
sprockets (>= 2.8, < 4.0)
449449
sprockets-rails (>= 2.0, < 4.0)
450450
tilt (>= 1.1, < 3)
451+
sassc (2.0.1)
452+
ffi (~> 1.9)
453+
rake
451454
sinatra (1.4.8)
452455
rack (~> 1.5)
453456
rack-protection (~> 1.4)
@@ -561,7 +564,7 @@ DEPENDENCIES
561564
web-console (~> 2.0)
562565

563566
RUBY VERSION
564-
ruby 2.3.1p112
567+
ruby 2.3.8p459
565568

566569
BUNDLED WITH
567570
1.17.1

lib/dul_hydra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DulHydra
2-
VERSION = "4.12.4"
2+
VERSION = "4.12.5"
33
end

0 commit comments

Comments
 (0)