Skip to content

Commit 39491fe

Browse files
committed
Support for Ruby 3.3 and latest 3.2
1 parent 7918ff3 commit 39491fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
matrix:
1717
ruby:
1818
- 3.1.4
19-
- 3.2.2
19+
- 3.2.3
20+
- 3.3.0
2021
steps:
2122
- name: checkout
2223
uses: actions/checkout@v3

astronoby.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Ruby version of the calculations from various books like Celestial Calculations by J. L. Lawrence, Practical Astronomy with your Calculator or Spreadsheet by Peter Duffett-Smith and Jonathan Zwart, or Astronomical Algorithms by Jean Meeus"
1313
spec.homepage = "https://github.com/rhannequin/astronoby"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 2.7.6"
15+
spec.required_ruby_version = ">= 3.1.4"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)