We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a1a3d commit a9a8b1cCopy full SHA for a9a8b1c
2 files changed
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/ruby:2.6.5-node-browsers
+ - image: cimg/ruby:3.2.2-browsers
11
environment:
12
RAILS_ENV: test
13
CC_TEST_REPORTER_ID: 118241fae3b8e9fd06c1fb61c1b8db300a3fb70a50746f4078d9f70d4a6d056b
lib/omniauth/login_dot_gov/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module LoginDotGov
3
- VERSION = '1.0.0'.freeze
+ VERSION = '2.0.0'.freeze
4
end
5
0 commit comments