Skip to content

Commit a1729ca

Browse files
committed
CI: Gemfile-rails-5-2 uses 5-2-stable; supports 2.2.10
1 parent 21014e4 commit a1729ca

File tree

2 files changed

+84
-1
lines changed

2 files changed

+84
-1
lines changed

gemfiles/Gemfile-rails-5-2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source 'https://rubygems.org'
22
gemspec path: '..'
33

4-
gem 'actionpack', '~> 5.2.0'
4+
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
5+
6+
gem 'actionpack', '~> 5.2.0', github: 'rails/rails', tag: '5-2-stable'

gemfiles/Gemfile-rails-5-2.lock

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
GIT
2+
remote: https://github.com/rails/rails.git
3+
revision: 299fe07b4e9585f6405a005c7beefef64bc32ca9
4+
tag: 5-2-stable
5+
specs:
6+
actionpack (5.2.4.2)
7+
actionview (= 5.2.4.2)
8+
activesupport (= 5.2.4.2)
9+
rack (~> 2.0, >= 2.0.8)
10+
rack-test (>= 0.6.3)
11+
rails-dom-testing (~> 2.0)
12+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
13+
actionview (5.2.4.2)
14+
activesupport (= 5.2.4.2)
15+
builder (~> 3.1)
16+
erubi (~> 1.4)
17+
rails-dom-testing (~> 2.0)
18+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
19+
activesupport (5.2.4.2)
20+
concurrent-ruby (~> 1.0, >= 1.0.2)
21+
i18n (>= 0.7, < 2)
22+
minitest (~> 5.1)
23+
tzinfo (~> 1.1)
24+
railties (5.2.4.2)
25+
actionpack (= 5.2.4.2)
26+
activesupport (= 5.2.4.2)
27+
method_source
28+
rake (>= 0.8.7)
29+
thor (>= 0.19.0, < 2.0)
30+
31+
PATH
32+
remote: ..
33+
specs:
34+
rails-controller-testing (1.0.4)
35+
actionpack (>= 5.0.1.rc1)
36+
actionview (>= 5.0.1.rc1)
37+
activesupport (>= 5.0.1.rc1)
38+
39+
GEM
40+
remote: https://rubygems.org/
41+
specs:
42+
builder (3.2.4)
43+
concurrent-ruby (1.1.6)
44+
crass (1.0.6)
45+
erubi (1.9.0)
46+
i18n (1.8.2)
47+
concurrent-ruby (~> 1.0)
48+
loofah (2.4.0)
49+
crass (~> 1.0.2)
50+
nokogiri (>= 1.5.9)
51+
method_source (1.0.0)
52+
mini_portile2 (2.4.0)
53+
minitest (5.14.0)
54+
nokogiri (1.10.9)
55+
mini_portile2 (~> 2.4.0)
56+
rack (2.2.2)
57+
rack-test (1.1.0)
58+
rack (>= 1.0, < 3)
59+
rails-dom-testing (2.0.3)
60+
activesupport (>= 4.2.0)
61+
nokogiri (>= 1.6)
62+
rails-html-sanitizer (1.3.0)
63+
loofah (~> 2.3)
64+
rake (13.0.1)
65+
sqlite3 (1.4.2)
66+
thor (1.0.1)
67+
thread_safe (0.3.6)
68+
tzinfo (1.2.6)
69+
thread_safe (~> 0.1)
70+
71+
PLATFORMS
72+
ruby
73+
74+
DEPENDENCIES
75+
actionpack (~> 5.2.0)!
76+
rails-controller-testing!
77+
railties (>= 5.0.1.rc1)
78+
sqlite3
79+
80+
BUNDLED WITH
81+
2.1.4

0 commit comments

Comments
 (0)