Skip to content

Commit

Permalink
Move to ruby 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Apr 16, 2023
1 parent 89d5036 commit a343cb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.6.3
ruby-version: 2.7.7
bundler: 2.1.4
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 @@
2.6.3
2.7.7
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Mumuki Project
Copyright (c) 2018 - 2023 Franco Leonardo Bulgarelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

Warning[:deprecated] = true

require 'mumukit/assistant'

0 comments on commit a343cb9

Please sign in to comment.