Skip to content

Commit

Permalink
Merge pull request #89 from dxw/chore/use-ruby-2-7-8
Browse files Browse the repository at this point in the history
Use Ruby 2.7.8
  • Loading branch information
mec authored Apr 28, 2023
2 parents 5f17995 + bf8dd49 commit 2ecfd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
2.7.8
2 changes: 2 additions & 0 deletions mail-notify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/dxw/mail-notify"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.7.8"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
Expand Down

0 comments on commit 2ecfd99

Please sign in to comment.