Skip to content

Commit 180e07b

Browse files
authored
Merge pull request #173 from rails/flavorjones-gemfile-lock
start tracking Gemfile.lock
2 parents 0b24ac2 + 130f786 commit 180e07b

File tree

3 files changed

+116
-1
lines changed

3 files changed

+116
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
- run: rm Gemfile.lock
2324
- uses: ruby/setup-ruby@v1
2425
with:
2526
ruby-version: "3.3"
@@ -34,6 +35,7 @@ jobs:
3435
runs-on: ubuntu-latest
3536
steps:
3637
- uses: actions/checkout@v3
38+
- run: rm Gemfile.lock
3739
- uses: ruby/setup-ruby@v1
3840
with:
3941
ruby-version: ${{matrix.ruby}}
@@ -44,6 +46,7 @@ jobs:
4446
runs-on: ubuntu-20.04
4547
steps:
4648
- uses: actions/checkout@v4
49+
- run: rm Gemfile.lock
4750
- uses: ruby/setup-ruby@v1
4851
with:
4952
ruby-version: "3.3"

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.bundle
44
.config
55
.yardoc
6-
Gemfile.lock
76
InstalledFiles
87
_yardoc
98
coverage

Gemfile.lock

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
PATH
2+
remote: .
3+
specs:
4+
rails-html-sanitizer (1.6.0)
5+
loofah (~> 2.21)
6+
nokogiri (~> 1.14)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
activesupport (7.1.2)
12+
base64
13+
bigdecimal
14+
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
connection_pool (>= 2.2.5)
16+
drb
17+
i18n (>= 1.6, < 2)
18+
minitest (>= 5.1)
19+
mutex_m
20+
tzinfo (~> 2.0)
21+
ast (2.4.2)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.5)
24+
concurrent-ruby (1.2.2)
25+
connection_pool (2.4.1)
26+
crass (1.0.6)
27+
drb (2.2.0)
28+
ruby2_keywords
29+
i18n (1.14.1)
30+
concurrent-ruby (~> 1.0)
31+
json (2.7.1)
32+
language_server-protocol (3.17.0.3)
33+
loofah (2.22.0)
34+
crass (~> 1.0.2)
35+
nokogiri (>= 1.12.0)
36+
minitest (5.20.0)
37+
mutex_m (0.2.0)
38+
nokogiri (1.16.0-aarch64-linux)
39+
racc (~> 1.4)
40+
nokogiri (1.16.0-arm-linux)
41+
racc (~> 1.4)
42+
nokogiri (1.16.0-arm64-darwin)
43+
racc (~> 1.4)
44+
nokogiri (1.16.0-x86-linux)
45+
racc (~> 1.4)
46+
nokogiri (1.16.0-x86_64-darwin)
47+
racc (~> 1.4)
48+
nokogiri (1.16.0-x86_64-linux)
49+
racc (~> 1.4)
50+
parallel (1.24.0)
51+
parser (3.3.0.2)
52+
ast (~> 2.4.1)
53+
racc
54+
racc (1.7.3)
55+
rack (3.0.8)
56+
rainbow (3.1.1)
57+
rake (13.1.0)
58+
regexp_parser (2.9.0)
59+
rexml (3.2.6)
60+
rubocop (1.59.0)
61+
json (~> 2.3)
62+
language_server-protocol (>= 3.17.0)
63+
parallel (~> 1.10)
64+
parser (>= 3.2.2.4)
65+
rainbow (>= 2.2.2, < 4.0)
66+
regexp_parser (>= 1.8, < 3.0)
67+
rexml (>= 3.2.5, < 4.0)
68+
rubocop-ast (>= 1.30.0, < 2.0)
69+
ruby-progressbar (~> 1.7)
70+
unicode-display_width (>= 2.4.0, < 3.0)
71+
rubocop-ast (1.30.0)
72+
parser (>= 3.2.1.0)
73+
rubocop-minitest (0.34.3)
74+
rubocop (>= 1.39, < 2.0)
75+
rubocop-ast (>= 1.30.0, < 2.0)
76+
rubocop-packaging (0.5.2)
77+
rubocop (>= 1.33, < 2.0)
78+
rubocop-performance (1.20.2)
79+
rubocop (>= 1.48.1, < 2.0)
80+
rubocop-ast (>= 1.30.0, < 2.0)
81+
rubocop-rails (2.23.1)
82+
activesupport (>= 4.2.0)
83+
rack (>= 1.1)
84+
rubocop (>= 1.33.0, < 2.0)
85+
rubocop-ast (>= 1.30.0, < 2.0)
86+
ruby-progressbar (1.13.0)
87+
ruby2_keywords (0.0.5)
88+
tzinfo (2.0.6)
89+
concurrent-ruby (~> 1.0)
90+
unicode-display_width (2.5.0)
91+
92+
PLATFORMS
93+
aarch64-linux
94+
arm-linux
95+
arm64-darwin
96+
x86-linux
97+
x86_64-darwin
98+
x86_64-linux
99+
100+
DEPENDENCIES
101+
activesupport (>= 5)
102+
minitest
103+
nokogiri (>= 1.7)
104+
rails-html-sanitizer!
105+
rake
106+
rubocop (>= 1.25.1)
107+
rubocop-minitest
108+
rubocop-packaging
109+
rubocop-performance
110+
rubocop-rails
111+
112+
BUNDLED WITH
113+
2.5.4

0 commit comments

Comments
 (0)