Skip to content

Commit fe35f92

Browse files
committed
Revert "bump ruby version (#311)"
This reverts commit 219bc97.
1 parent 219bc97 commit fe35f92

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
'on':
33
push:
44
branches:
5-
- main
5+
- master
66
pull_request:
77
branches:
8-
- main
8+
- master
99
jobs:
1010
test_rails:
1111
runs-on: ubuntu-latest
@@ -29,7 +29,7 @@ jobs:
2929
ports: ['5432:5432']
3030
strategy:
3131
matrix:
32-
ruby-version: ['3.1.2']
32+
ruby-version: ['3.0.4']
3333
steps:
3434
- uses: actions/checkout@v2
3535
- name: Install PostgreSQL client

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.0.4

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44

5-
ruby '3.1.2'
5+
ruby '3.0.4'
66

77
gem 'addressable', '~> 2.4'
88
gem 'bootsnap', '>= 1.4.4', require: false
@@ -14,7 +14,6 @@ gem 'exception_notification'
1414
gem 'fog-aws', '~> 3.14'
1515
gem 'geocoder'
1616
gem 'jbuilder', '~> 2.7'
17-
gem 'net-smtp', require: false
1817
gem 'mini_magick', '~> 4.8'
1918
gem 'pg'
2019
gem 'puma', '~> 5.0'

Gemfile.lock

+1-10
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ GEM
106106
database_cleaner-core (~> 2.0.0)
107107
database_cleaner-core (2.0.1)
108108
diff-lcs (1.5.0)
109-
digest (3.1.0)
110109
dotenv (2.8.1)
111110
dotenv-rails (2.8.1)
112111
dotenv (= 2.8.1)
@@ -169,12 +168,6 @@ GEM
169168
minitest (5.16.2)
170169
msgpack (1.5.4)
171170
multi_json (1.15.0)
172-
net-protocol (0.1.3)
173-
timeout
174-
net-smtp (0.3.1)
175-
digest
176-
net-protocol
177-
timeout
178171
nio4r (2.5.8)
179172
nokogiri (1.13.8)
180173
mini_portile2 (~> 2.8.0)
@@ -276,7 +269,6 @@ GEM
276269
stringio (3.0.2)
277270
thor (1.2.1)
278271
tilt (2.0.11)
279-
timeout (0.3.0)
280272
tzinfo (2.0.5)
281273
concurrent-ruby (~> 1.0)
282274
uglifier (4.2.0)
@@ -323,7 +315,6 @@ DEPENDENCIES
323315
jbuilder (~> 2.7)
324316
listen (~> 3.3)
325317
mini_magick (~> 4.8)
326-
net-smtp
327318
pg
328319
puma (~> 5.0)
329320
rack-mini-profiler (~> 2.0)
@@ -341,7 +332,7 @@ DEPENDENCIES
341332
webpacker (~> 5.4.3)
342333

343334
RUBY VERSION
344-
ruby 3.1.2p20
335+
ruby 3.0.4p208
345336

346337
BUNDLED WITH
347338
2.2.33

0 commit comments

Comments
 (0)