File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
spec/dummy/app/assets/config Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,10 @@ before_script:
9
9
- " bin/ci-code-review"
10
10
script : bin/ci
11
11
rvm :
12
- - 2.5.0
12
+ - 2.6
13
+ - 2.7
13
14
env :
14
15
- RAILS_VERSION='~> 5.2.0'
15
- - RAILS_VERSION='~> 5.1.0'
16
- - RAILS_VERSION='5-1-stable'
17
16
- RAILS_VERSION='5-2-stable'
18
17
matrix :
19
- include :
20
- - rvm : 2.2.3
21
- env : RAILS_VERSION='~> 5.1.0'
22
- - rvm : 2.4.4
23
- env : RAILS_VERSION='~> 4.2.10'
24
18
fast_finish : true
Original file line number Diff line number Diff line change 29
29
# Brakeman is a security scanner
30
30
# https://github.com/presidentbeef/brakeman.
31
31
echo " ---> Running breakman"
32
- gem install --no-rdoc --no-ri brakeman slim coffee-rails
32
+ gem install brakeman
33
33
brakeman --run-all-checks --exit-on-warn --ignore-config config/brakeman.ignore .
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
s . bindir = "exe"
20
20
s . executables = s . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
21
21
22
- s . add_dependency 'rails' , [ ">= 4.0 " , "< 6.0" ]
22
+ s . add_dependency 'rails' , [ ">= 5.2 " , "< 6.0" ]
23
23
s . add_dependency 'omniauth' , '~> 1.0'
24
24
s . add_dependency 'faraday' , '~> 0.8'
25
25
s . add_dependency 'omniauth-oauth2' , '~> 1.1'
Original file line number Diff line number Diff line change
1
+ //= link_directory ../stylesheets .css
2
+ //= link_directory ../javascripts .js
You can’t perform that action at this time.
0 commit comments