8000 Merge pull request #501 from activeadmin/ruby_3.0 · venkata-qa/demo.activeadmin.info@e5574a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5574a9

Browse files
Merge pull request activeadmin#501 from activeadmin/ruby_3.0
Update to ruby 3.0
2 parents 071433d + 71429cc commit e5574a9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: 2.7.2
40+
ruby-version: 3.0.0
4141
bundler-cache: true
4242

4343
- name: Setup database

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ GEM
109109
faker (2.15.1)
110110
i18n (>= 1.6, < 2)
111111
ffi (1.13.1)
112-
formtastic (3.1.5)
113-
actionpack (>= 3.2.13)
112+
formtastic (4.0.0)
113+
actionpack (>= 5.2.0)
114114
formtastic_i18n (0.6.0)
115115
globalid (0.4.2)
116116
activesupport (>= 4.2.0)
@@ -122,7 +122,7 @@ GEM
122122
rack (>= 1.4.5)
123123
http-cookie (1.0.3)
124124
domain_name (~> 0.5)
125-
i18n (1.8.7)
125+
i18n (1.8.8)
126126
concurrent-ruby (~> 1.0)
127127
i18n_data (0.8.0)
128128
inherited_resources (1.12.0)
@@ -147,7 +147,7 @@ GEM
147147
kaminari-core (= 1.2.1)
148148
kaminari-core (1.2.1)
149149
kgio (2.11.3)
150-
loofah (2.8.0)
150+
loofah (2.9.0)
151151
crass (~> 1.0.2)
152152
nokogiri (>= 1.5.9)
153153
mail (2.7.1)
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
webmock (~> 3.11.0)
362362

363363
RUBY VERSION
364-
ruby 2.7.2p137
364+
ruby 3.0.0p0
365365

366366
BUNDLED WITH
367367
2.2.8

0 commit comments

Comments
 (0)
0