This repository was archived by the owner on Mar 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +19
-30
lines changed Expand file tree Collapse file tree 6 files changed +19
-30
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v1
12
- - name : Set up Ruby 2.5.5
12
+ - name : Set up Ruby 2.5
13
13
uses : actions/setup-ruby@v1
14
14
with :
15
- ruby-version : 2.5.5
15
+ ruby-version : 2.5
16
16
- name : Linting with Rubocop
17
17
run : |
18
18
sudo apt-get install libpq-dev
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
34
34
steps :
35
35
- uses : actions/checkout@v1
36
- - name : Set up Ruby 2.5.5
36
+ - name : Set up Ruby 2.5
37
37
uses : actions/setup-ruby@v1
38
38
with :
39
- ruby-version : 2.5.5
39
+ ruby-version : 2.5
40
40
- name : Build
41
41
run : |
42
42
script/cibuild
Original file line number Diff line number Diff line change 1
1
require : rubocop-rails
2
2
AllCops :
3
- TargetRubyVersion : 2.5.1
3
+ TargetRubyVersion : 2.5.8
4
4
Exclude :
5
5
- ' Gemfile' # TODO: Update Gemfile style rules
6
6
- ' db/schema.rb'
Original file line number Diff line number Diff line change 1
- 2.5.5
1
+ 2.5.8
Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ gem 'rails', '~> 5.2.3'
40
40
gem 'sass-rails' , '~> 5.0'
41
41
gem 'sidekiq' , '< 6.0'
42
42
43
- unless ENV [ 'RAILS_ENV' ] == 'production' || ENV [ 'RAILS_ENV' ] == 'staging'
44
- require 'dotenv'
45
- Dotenv . load [ 'BUNDLE_ENTERPRISE__CONTRIBSYS__COM' ]
46
- end
47
-
48
- install_if -> { ENV [ 'BUNDLE_ENTERPRISE__CONTRIBSYS__COM' ] } do
49
- source 'https://enterprise.contribsys.com/' do
50
- gem 'sidekiq-pro'
51
- gem 'sidekiq-ent'
52
- end
53
- end
43
+ # unless ENV['RAILS_ENV'] == 'production' || ENV['RAILS_ENV'] == 'staging'
44
+ # require 'dotenv'
45
+ # Dotenv.load['BUNDLE_ENTERPRISE__CONTRIBSYS__COM']
46
+ # end
47
+ #
48
+ # install_if -> { ENV['BUNDLE_ENTERPRISE__CONTRIBSYS__COM'] } do
49
+ # source 'https://enterprise.contribsys.com/' do
50
+ # gem 'sidekiq-pro'
51
+ # gem 'sidekiq-ent'
52
+ # end
53
+ # end
54
54
55
55
gem 'state_machines'
56
56
gem 'state_machines-activerecord'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
- remote: https://enterprise.contribsys.com/
4
3
specs:
5
4
actioncable (5.2.3 )
6
5
actionpack (= 5.2.3 )
101
100
dotenv-rails (2.7.5 )
102
101
dotenv (= 2.7.5 )
103
102
railties (>= 3.2 , < 6.1 )
104
- einhorn (0.7.4 )
105
103
erubi (1.8.0 )
106
104
execjs (2.7.0 )
107
105
factory_bot (5.0.2 )
294
292
rack (>= 1.5.0 )
295
293
rack-protection (>= 1.5.0 )
296
294
redis (>= 3.3.5 , < 5 )
297
- sidekiq-ent (1.8.1 )
298
- einhorn (= 0.7.4 )
299
- sidekiq (>= 5.2.3 )
300
- sidekiq-pro (>= 4.0.4 )
301
- sidekiq-pro (5.0.0 )
302
- concurrent-ruby (>= 1.0.5 )
303
- sidekiq (>= 5.2.7 )
304
295
spring (2.1.0 )
305
296
spring-watcher-listen (2.0.1 )
306
297
listen (>= 2.7 , < 4.0 )
@@ -388,8 +379,6 @@ DEPENDENCIES
388
379
sass-rails (~> 5.0 )
389
380
shoulda-matchers
390
381
sidekiq (< 6.0 )
391
- sidekiq-ent !
392
- sidekiq-pro !
393
382
spring
394
383
spring-watcher-listen (~> 2.0.0 )
395
384
state_machines
@@ -403,7 +392,7 @@ DEPENDENCIES
403
392
webmock
404
393
405
394
RUBY VERSION
406
- ruby 2.5.5p157
395
+ ruby 2.5.8p224
407
396
408
397
BUNDLED WITH
409
- 2.0.2
398
+ 2.1.4
You can’t perform that action at this time.
0 commit comments