Skip to content

Commit 77088e0

Browse files
committed
Bump Rails from 6.0.2.1 to 6.1.3.1 for test
1 parent 4052f18 commit 77088e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+92
-89
lines changed

spec/integration/integration_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class IntegrationHelper
22
MIN_RUBY_VERSIONS = {
33
'rails_5.2.5' => '>= 2.2.2',
4-
'rails_6.0.2.1' => '>= 2.5.0'
4+
'rails_6.1.3.1' => '>= 2.5.0'
55
}.freeze
66

77
def self.able_to_run?(file_path, ruby_version)

spec/integration/rails_6.0.2.1/Gemfile renamed to spec/integration/rails_6.1.3.1/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
5+
gem 'rails', '~> 6.1.3', '>= 6.1.3.1'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3', '~> 1.4'
88
# Use Puma as the app server

spec/integration/rails_6.0.2.1/Gemfile.lock renamed to spec/integration/rails_6.1.3.1/Gemfile.lock

Lines changed: 88 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -8,61 +8,65 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (6.0.2.1)
12-
actionpack (= 6.0.2.1)
11+
actioncable (6.1.3.1)
12+
actionpack (= 6.1.3.1)
13+
activesupport (= 6.1.3.1)
1314
nio4r (~> 2.0)
1415
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.0.2.1)
16-
actionpack (= 6.0.2.1)
17-
activejob (= 6.0.2.1)
18-
activerecord (= 6.0.2.1)
19-
activestorage (= 6.0.2.1)
20-
activesupport (= 6.0.2.1)
16+
actionmailbox (6.1.3.1)
17+
actionpack (= 6.1.3.1)
18+
activejob (= 6.1.3.1)
19+
activerecord (= 6.1.3.1)
20+
activestorage (= 6.1.3.1)
21+
activesupport (= 6.1.3.1)
2122
mail (>= 2.7.1)
22-
actionmailer (6.0.2.1)
23-
actionpack (= 6.0.2.1)
24-
actionview (= 6.0.2.1)
25-
activejob (= 6.0.2.1)
23+
actionmailer (6.1.3.1)
24+
actionpack (= 6.1.3.1)
25+
actionview (= 6.1.3.1)
26+
activejob (= 6.1.3.1)
27+
activesupport (= 6.1.3.1)
2628
mail (~> 2.5, >= 2.5.4)
2729
rails-dom-testing (~> 2.0)
28-
actionpack (6.0.2.1)
29-
actionview (= 6.0.2.1)
30-
activesupport (= 6.0.2.1)
31-
rack (~> 2.0, >= 2.0.8)
30+
actionpack (6.1.3.1)
31+
actionview (= 6.1.3.1)
32+
activesupport (= 6.1.3.1)
33+
rack (~> 2.0, >= 2.0.9)
3234
rack-test (>= 0.6.3)
3335
rails-dom-testing (~> 2.0)
3436
rails-html-sanitizer (~> 1.0, >= 1.2.0)
35-
actiontext (6.0.2.1)
36-
actionpack (= 6.0.2.1)
37-
activerecord (= 6.0.2.1)
38-
activestorage (= 6.0.2.1)
39-
activesupport (= 6.0.2.1)
37+
actiontext (6.1.3.1)
38+
actionpack (= 6.1.3.1)
39+
activerecord (= 6.1.3.1)
40+
activestorage (= 6.1.3.1)
41+
activesupport (= 6.1.3.1)
4042
nokogiri (>= 1.8.5)
41-
actionview (6.0.2.1)
42-
activesupport (= 6.0.2.1)
43+
actionview (6.1.3.1)
44+
activesupport (= 6.1.3.1)
4345
builder (~> 3.1)
4446
erubi (~> 1.4)
4547
rails-dom-testing (~> 2.0)
4648
rails-html-sanitizer (~> 1.1, >= 1.2.0)
47-
activejob (6.0.2.1)
48-
activesupport (= 6.0.2.1)
49+
activejob (6.1.3.1)
50+
activesupport (= 6.1.3.1)
4951
globalid (>= 0.3.6)
50-
activemodel (6.0.2.1)
51-
activesupport (= 6.0.2.1)
52-
activerecord (6.0.2.1)
53-
activemodel (= 6.0.2.1)
54-
activesupport (= 6.0.2.1)
55-
activestorage (6.0.2.1)
56-
actionpack (= 6.0.2.1)
57-
activejob (= 6.0.2.1)
58-
activerecord (= 6.0.2.1)
59-
marcel (~> 0.3.1)
60-
activesupport (6.0.2.1)
52+
activemodel (6.1.3.1)
53+
activesupport (= 6.1.3.1)
54+
activerecord (6.1.3.1)
55+
activemodel (= 6.1.3.1)
56+
activesupport (= 6.1.3.1)
57+
activestorage (6.1.3.1)
58+
actionpack (= 6.1.3.1)
59+
activejob (= 6.1.3.1)
60+
activerecord (= 6.1.3.1)
61+
activesupport (= 6.1.3.1)
62+
marcel (~> 1.0.0)
63+
mini_mime (~> 1.0.2)
64+
activesupport (6.1.3.1)
6165
concurrent-ruby (~> 1.0, >= 1.0.2)
62-
i18n (>= 0.7, < 2)
63-
minitest (~> 5.1)
64-
tzinfo (~> 1.1)
65-
zeitwerk (~> 2.2)
66+
i18n (>= 1.6, < 2)
67+
minitest (>= 5.1)
68+
tzinfo (~> 2.0)
69+
zeitwerk (~> 2.3)
6670
addressable (2.7.0)
6771
public_suffix (>= 2.0.2, < 5.0)
6872
bindex (0.8.1)
@@ -79,69 +83,69 @@ GEM
7983
regexp_parser (~> 1.5)
8084
xpath (~> 3.2)
8185
childprocess (3.0.0)
82-
concurrent-ruby (1.1.5)
86+
concurrent-ruby (1.1.8)
8387
crass (1.0.6)
84-
erubi (1.9.0)
88+
erubi (1.10.0)
8589
ffi (1.12.2)
8690
globalid (0.4.2)
8791
activesupport (>= 4.2.0)
88-
i18n (1.8.2)
92+
i18n (1.8.9)
8993
concurrent-ruby (~> 1.0)
9094
jbuilder (2.9.1)
9195
activesupport (>= 4.2.0)
9296
listen (3.1.5)
9397
rb-fsevent (~> 0.9, >= 0.9.4)
9498
rb-inotify (~> 0.9, >= 0.9.7)
9599
ruby_dep (~> 1.2)
96-
loofah (2.4.0)
100+
loofah (2.9.0)
97101
crass (~> 1.0.2)
98102
nokogiri (>= 1.5.9)
99103
mail (2.7.1)
100104
mini_mime (>= 0.1.1)
101-
marcel (0.3.3)
102-
mimemagic (~> 0.3.2)
103-
method_source (0.9.2)
104-
mimemagic (0.3.4)
105-
mini_mime (1.0.2)
106-
mini_portile2 (2.4.0)
107-
minitest (5.14.0)
105+
marcel (1.0.0)
106+
method_source (1.0.0)
107+
mini_mime (1.0.3)
108+
mini_portile2 (2.5.0)
109+
minitest (5.14.4)
108110
msgpack (1.3.1)
109-
nio4r (2.5.2)
110-
nokogiri (1.10.8)
111-
mini_portile2 (~> 2.4.0)
111+
nio4r (2.5.7)
112+
nokogiri (1.11.2)
113+
mini_portile2 (~> 2.5.0)
114+
racc (~> 1.4)
112115
public_suffix (4.0.3)
113116
puma (4.3.3)
114117
nio4r (~> 2.0)
115-
rack (2.1.2)
118+
racc (1.5.2)
119+
rack (2.2.3)
116120
rack-test (1.1.0)
117121
rack (>= 1.0, < 3)
118-
rails (6.0.2.1)
119-
actioncable (= 6.0.2.1)
120-
actionmailbox (= 6.0.2.1)
121-
actionmailer (= 6.0.2.1)
122-
actionpack (= 6.0.2.1)
123-
actiontext (= 6.0.2.1)
124-
actionview (= 6.0.2.1)
125-
activejob (= 6.0.2.1)
126-
activemodel (= 6.0.2.1)
127-
activerecord (= 6.0.2.1)
128-
activestorage (= 6.0.2.1)
129-
activesupport (= 6.0.2.1)
130-
bundler (>= 1.3.0)
131-
railties (= 6.0.2.1)
122+
rails (6.1.3.1)
123+
actioncable (= 6.1.3.1)
124+
actionmailbox (= 6.1.3.1)
125+
actionmailer (= 6.1.3.1)
126+
actionpack (= 6.1.3.1)
127+
actiontext (= 6.1.3.1)
128+
actionview (= 6.1.3.1)
129+
activejob (= 6.1.3.1)
130+
activemodel (= 6.1.3.1)
131+
activerecord (= 6.1.3.1)
132+
activestorage (= 6.1.3.1)
133+
activesupport (= 6.1.3.1)
134+
bundler (>= 1.15.0)
135+
railties (= 6.1.3.1)
132136
sprockets-rails (>= 2.0.0)
133137
rails-dom-testing (2.0.3)
134138
activesupport (>= 4.2.0)
135139
nokogiri (>= 1.6)
136140
rails-html-sanitizer (1.3.0)
137141
loofah (~> 2.3)
138-
railties (6.0.2.1)
139-
actionpack (= 6.0.2.1)
140-
activesupport (= 6.0.2.1)
142+
railties (6.1.3.1)
143+
actionpack (= 6.1.3.1)
144+
activesupport (= 6.1.3.1)
141145
method_source
142146
rake (>= 0.8.7)
143-
thor (>= 0.20.3, < 2.0)
144-
rake (13.0.1)
147+
thor (~> 1.0)
148+
rake (13.0.3)
145149
rb-fsevent (0.10.3)
146150
rb-inotify (0.10.1)
147151
ffi (~> 1.0)
@@ -151,18 +155,17 @@ GEM
151155
selenium-webdriver (3.142.7)
152156
childprocess (>= 0.5, < 4.0)
153157
rubyzip (>= 1.2.2)
154-
sprockets (4.0.0)
158+
sprockets (4.0.2)
155159
concurrent-ruby (~> 1.0)
156160
rack (> 1, < 3)
157-
sprockets-rails (3.2.1)
161+
sprockets-rails (3.2.2)
158162
actionpack (>= 4.0)
159163
activesupport (>= 4.0)
160164
sprockets (>= 3.0.0)
161165
sqlite3 (1.4.2)
162-
thor (1.0.1)
163-
thread_safe (0.3.6)
164-
tzinfo (1.2.6)
165-
thread_safe (~> 0.1)
166+
thor (1.1.0)
167+
tzinfo (2.0.4)
168+
concurrent-ruby (~> 1.0)
166169
web-console (4.0.1)
167170
actionview (>= 6.0.0)
168171
activemodel (>= 6.0.0)
@@ -172,12 +175,12 @@ GEM
172175
nokogiri (~> 1.6)
173176
rubyzip (>= 1.3.0)
174177
selenium-webdriver (>= 3.0, < 4.0)
175-
websocket-driver (0.7.1)
178+
websocket-driver (0.7.3)
176179
websocket-extensions (>= 0.1.0)
177-
websocket-extensions (0.1.4)
180+
websocket-extensions (0.1.5)
178181
xpath (3.2.0)
179182
nokogiri (~> 1.8)
180-
zeitwerk (2.2.2)
183+
zeitwerk (2.4.2)
181184

182185
PLATFORMS
183186
ruby
@@ -190,12 +193,12 @@ DEPENDENCIES
190193
jbuilder (~> 2.7)
191194
listen (>= 3.0.5, < 3.2)
192195
puma (~> 4.3)
193-
rails (~> 6.0.2, >= 6.0.2.1)
196+
rails (~> 6.1.3, >= 6.1.3.1)
194197
selenium-webdriver
195198
sqlite3 (~> 1.4)
196199
tzinfo-data
197200
web-console (>= 3.3.0)
198201
webdrivers
199202

200203
BUNDLED WITH
201-
2.1.2
204+
2.1.4

spec/integration/rails_6.0.2.1_spec.rb renamed to spec/integration/rails_6.1.3.1_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
require 'git'
44
require_relative 'integration_helper'
55

6-
describe 'Integration testing on Rails 6.0.2.1', if: IntegrationHelper.able_to_run?(__FILE__, RUBY_VERSION) do
7-
::RAILS_6_0_APP_NAME = 'rails_6.0.2.1'.freeze
6+
describe 'Integration testing on Rails 6.1.3.1', if: IntegrationHelper.able_to_run?(__FILE__, RUBY_VERSION) do
7+
::RAILS_6_0_APP_NAME = 'rails_6.1.3.1'.freeze
88
::RAILS_6_0_PROJECT_PATH = File.expand_path('../..', __dir__).freeze
99
::RAILS_6_0_APP_PATH = File.expand_path(RAILS_6_0_APP_NAME, __dir__).freeze
1010

0 commit comments

Comments
 (0)