Skip to content

Commit 4052f18

Browse files
committed
Bump Rails from 5.2.4.1 to 5.2.5 for test
1 parent 5cca99b commit 4052f18

Some content is hidden

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

85 files changed

+64
-64
lines changed

spec/integration/integration_helper.rb

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

spec/integration/rails_5.2.4.1/Gemfile renamed to spec/integration/rails_5.2.5/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', '~> 5.2.4', '>= 5.2.4.1'
5+
gem 'rails', '~> 5.2.5'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3'
88
# Use Puma as the app server

spec/integration/rails_5.2.4.1/Gemfile.lock renamed to spec/integration/rails_5.2.5/Gemfile.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (5.2.4.1)
12-
actionpack (= 5.2.4.1)
11+
actioncable (5.2.5)
12+
actionpack (= 5.2.5)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailer (5.2.4.1)
16-
actionpack (= 5.2.4.1)
17-
actionview (= 5.2.4.1)
18-
activejob (= 5.2.4.1)
15+
actionmailer (5.2.5)
16+
actionpack (= 5.2.5)
17+
actionview (= 5.2.5)
18+
activejob (= 5.2.5)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (5.2.4.1)
22-
actionview (= 5.2.4.1)
23-
activesupport (= 5.2.4.1)
21+
actionpack (5.2.5)
22+
actionview (= 5.2.5)
23+
activesupport (= 5.2.5)
2424
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.0.2)
28-
actionview (5.2.4.1)
29-
activesupport (= 5.2.4.1)
28+
actionview (5.2.5)
29+
activesupport (= 5.2.5)
3030
builder (~> 3.1)
3131
erubi (~> 1.4)
3232
rails-dom-testing (~> 2.0)
3333
rails-html-sanitizer (~> 1.0, >= 1.0.3)
34-
activejob (5.2.4.1)
35-
activesupport (= 5.2.4.1)
34+
activejob (5.2.5)
35+
activesupport (= 5.2.5)
3636
globalid (>= 0.3.6)
37-
activemodel (5.2.4.1)
38-
activesupport (= 5.2.4.1)
39-
activerecord (5.2.4.1)
40-
activemodel (= 5.2.4.1)
41-
activesupport (= 5.2.4.1)
37+
activemodel (5.2.5)
38+
activesupport (= 5.2.5)
39+
activerecord (5.2.5)
40+
activemodel (= 5.2.5)
41+
activesupport (= 5.2.5)
4242
arel (>= 9.0)
43-
activestorage (5.2.4.1)
44-
actionpack (= 5.2.4.1)
45-
activerecord (= 5.2.4.1)
46-
marcel (~> 0.3.1)
47-
activesupport (5.2.4.1)
43+
activestorage (5.2.5)
44+
actionpack (= 5.2.5)
45+
activerecord (= 5.2.5)
46+
marcel (~> 1.0.0)
47+
activesupport (5.2.5)
4848
concurrent-ruby (~> 1.0, >= 1.0.2)
4949
i18n (>= 0.7, < 2)
5050
minitest (~> 5.1)
@@ -78,14 +78,14 @@ GEM
7878
coffee-script-source
7979
execjs
8080
coffee-script-source (1.12.2)
81-
concurrent-ruby (1.1.5)
81+
concurrent-ruby (1.1.8)
8282
crass (1.0.6)
83-
erubi (1.9.0)
83+
erubi (1.10.0)
8484
execjs (2.7.0)
8585
ffi (1.12.2)
8686
globalid (0.4.2)
8787
activesupport (>= 4.2.0)
88-
i18n (1.8.2)
88+
i18n (1.8.9)
8989
concurrent-ruby (~> 1.0)
9090
io-like (0.3.0)
9191
jbuilder (2.9.1)
@@ -94,53 +94,53 @@ GEM
9494
rb-fsevent (~> 0.9, >= 0.9.4)
9595
rb-inotify (~> 0.9, >= 0.9.7)
9696
ruby_dep (~> 1.2)
97-
loofah (2.4.0)
97+
loofah (2.9.0)
9898
crass (~> 1.0.2)
9999
nokogiri (>= 1.5.9)
100100
mail (2.7.1)
101101
mini_mime (>= 0.1.1)
102-
marcel (0.3.3)
103-
mimemagic (~> 0.3.2)
104-
method_source (0.9.2)
105-
mimemagic (0.3.4)
106-
mini_mime (1.0.2)
107-
mini_portile2 (2.4.0)
108-
minitest (5.14.0)
102+
marcel (1.0.0)
103+
method_source (1.0.0)
104+
mini_mime (1.0.3)
105+
mini_portile2 (2.5.0)
106+
minitest (5.14.4)
109107
msgpack (1.3.2)
110-
nio4r (2.5.2)
111-
nokogiri (1.10.8)
112-
mini_portile2 (~> 2.4.0)
108+
nio4r (2.5.7)
109+
nokogiri (1.11.2)
110+
mini_portile2 (~> 2.5.0)
111+
racc (~> 1.4)
113112
public_suffix (4.0.3)
114113
puma (4.3.3)
115114
nio4r (~> 2.0)
116-
rack (2.1.2)
115+
racc (1.5.2)
116+
rack (2.2.3)
117117
rack-test (1.1.0)
118118
rack (>= 1.0, < 3)
119-
rails (5.2.4.1)
120-
actioncable (= 5.2.4.1)
121-
actionmailer (= 5.2.4.1)
122-
actionpack (= 5.2.4.1)
123-
actionview (= 5.2.4.1)
124-
activejob (= 5.2.4.1)
125-
activemodel (= 5.2.4.1)
126-
activerecord (= 5.2.4.1)
127-
activestorage (= 5.2.4.1)
128-
activesupport (= 5.2.4.1)
119+
rails (5.2.5)
120+
actioncable (= 5.2.5)
121+
actionmailer (= 5.2.5)
122+
actionpack (= 5.2.5)
123+
actionview (= 5.2.5)
124+
activejob (= 5.2.5)
125+
activemodel (= 5.2.5)
126+
activerecord (= 5.2.5)
127+
activestorage (= 5.2.5)
128+
activesupport (= 5.2.5)
129129
bundler (>= 1.3.0)
130-
railties (= 5.2.4.1)
130+
railties (= 5.2.5)
131131
sprockets-rails (>= 2.0.0)
132132
rails-dom-testing (2.0.3)
133133
activesupport (>= 4.2.0)
134134
nokogiri (>= 1.6)
135135
rails-html-sanitizer (1.3.0)
136136
loofah (~> 2.3)
137-
railties (5.2.4.1)
138-
actionpack (= 5.2.4.1)
139-
activesupport (= 5.2.4.1)
137+
railties (5.2.5)
138+
actionpack (= 5.2.5)
139+
activesupport (= 5.2.5)
140140
method_source
141141
rake (>= 0.8.7)
142142
thor (>= 0.19.0, < 2.0)
143-
rake (13.0.1)
143+
rake (13.0.3)
144144
rb-fsevent (0.10.3)
145145
rb-inotify (0.10.1)
146146
ffi (~> 1.0)
@@ -164,18 +164,18 @@ GEM
164164
sprockets (3.7.2)
165165
concurrent-ruby (~> 1.0)
166166
rack (> 1, < 3)
167-
sprockets-rails (3.2.1)
167+
sprockets-rails (3.2.2)
168168
actionpack (>= 4.0)
169169
activesupport (>= 4.0)
170170
sprockets (>= 3.0.0)
171171
sqlite3 (1.4.2)
172-
thor (1.0.1)
172+
thor (1.1.0)
173173
thread_safe (0.3.6)
174174
tilt (2.0.10)
175175
turbolinks (5.2.1)
176176
turbolinks-source (~> 5.2)
177177
turbolinks-source (5.2.0)
178-
tzinfo (1.2.6)
178+
tzinfo (1.2.9)
179179
thread_safe (~> 0.1)
180180
uglifier (4.2.0)
181181
execjs (>= 0.3.0, < 3)
@@ -184,9 +184,9 @@ GEM
184184
activemodel (>= 5.0)
185185
bindex (>= 0.4.0)
186186
railties (>= 5.0)
187-
websocket-driver (0.7.1)
187+
websocket-driver (0.7.3)
188188
websocket-extensions (>= 0.1.0)
189-
websocket-extensions (0.1.4)
189+
websocket-extensions (0.1.5)
190190
xpath (3.2.0)
191191
nokogiri (~> 1.8)
192192

@@ -203,7 +203,7 @@ DEPENDENCIES
203203
jbuilder (~> 2.5)
204204
listen (>= 3.0.5, < 3.2)
205205
puma (~> 4.3)
206-
rails (~> 5.2.4, >= 5.2.4.1)
206+
rails (~> 5.2.5)
207207
sass-rails (~> 5.0)
208208
selenium-webdriver
209209
sqlite3
@@ -213,4 +213,4 @@ DEPENDENCIES
213213
web-console (>= 3.3.0)
214214

215215
BUNDLED WITH
216-
2.1.2
216+
2.1.4

spec/integration/rails_5.2.4.1_spec.rb renamed to spec/integration/rails_5.2.5_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 5.2.4.1', if: IntegrationHelper.able_to_run?(__FILE__, RUBY_VERSION) do
7-
::RAILS_5_2_APP_NAME = 'rails_5.2.4.1'.freeze
6+
describe 'Integration testing on Rails 5.2.5', if: IntegrationHelper.able_to_run?(__FILE__, RUBY_VERSION) do
7+
::RAILS_5_2_APP_NAME = 'rails_5.2.5'.freeze
88
::RAILS_5_2_PROJECT_PATH = File.expand_path('../..', __dir__).freeze
99
::RAILS_5_2_APP_PATH = File.expand_path(RAILS_5_2_APP_NAME, __dir__).freeze
1010

0 commit comments

Comments
 (0)