Skip to content

Commit a9a8b1c

Browse files
author
Mitchell Henke
authored
update Ruby version in CircleCI (#30)
* update Ruby version in CircleCI * increment major version
1 parent e1a1a3d commit a9a8b1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/ruby:2.6.5-node-browsers
10+
- image: cimg/ruby:3.2.2-browsers
1111
environment:
1212
RAILS_ENV: test
1313
CC_TEST_REPORTER_ID: 118241fae3b8e9fd06c1fb61c1b8db300a3fb70a50746f4078d9f70d4a6d056b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module LoginDotGov
3-
VERSION = '1.0.0'.freeze
3+
VERSION = '2.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)