Skip to content

Commit

Permalink
Drop support for Ruby 2.7 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley authored May 10, 2024
1 parent 1679541 commit ed58790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ eval_gemfile "Gemfile.devtools"

gemspec

if RUBY_VERSION < "3"
gem "backports"
end

group :test do
gem "sequel"
gem "sqlite3"
Expand Down
4 changes: 0 additions & 4 deletions lib/dry/logger.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# frozen_string_literal: true

if RUBY_VERSION < "3"
require "backports/3.0.0/hash/except"
end

require "dry/logger/global"
require "dry/logger/constants"
require "dry/logger/clock"
Expand Down

0 comments on commit ed58790

Please sign in to comment.