Skip to content

Commit

Permalink
feat: update minimum requried ruby version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 2, 2025
1 parent 4075193 commit 3cad5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 3cad5ee

Please sign in to comment.