Skip to content

Commit

Permalink
Move to ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Apr 13, 2023
1 parent bd07486 commit 8a5ad23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.3
ruby-version: 3.2.2
bundler: 2.4.7
bundler-cache: true
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.2
6 changes: 3 additions & 3 deletions mumukit-platform.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'mumukit-nuntius', '~> 6.0'
spec.add_dependency 'mumukit-core', '~> 1.19'
spec.add_dependency 'mumukit-core', '~> 1.20'
spec.add_dependency 'mumukit-auth', '~> 7.6'
spec.add_dependency 'mumukit-bridge', '~> 4.2'
spec.add_dependency 'activemodel', '>= 6.0'
spec.add_dependency 'activemodel', '>= 6.0', '< 8'

spec.add_development_dependency 'bundler', '>= 1.7', '< 3'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'

spec.required_ruby_version = '>= 3.0'
Expand Down

0 comments on commit 8a5ad23

Please sign in to comment.