Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update minimum required ruby version to 3.1.6 #162

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ruby",
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.1-bullseye",
"features": {
"ghcr.io/itsmechlark/features/act:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
Expand Down
2 changes: 1 addition & 1 deletion passageidentity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
' passwordless standalone auth solution with Passage by 1Password.'
s.homepage = 'http://docs.passage.id/complete'
s.license = 'MIT'
s.required_ruby_version = '>= 3.1.3'
s.required_ruby_version = '>= 3.1.6'

s.metadata['source_code_uri'] = 'https://github.com/passageidentity/passage-ruby'
s.metadata['changelog_uri'] = 'https://github.com/passageidentity/passage-ruby/CHANGELOG.md'
Expand Down
Loading