Skip to content

Commit

Permalink
Add support for ruby 2.7.5 - rational doesnt need to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
androidStern committed Jan 20, 2022
1 parent e3e79a0 commit 698ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tiny_tds.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: UTF-8
require 'date'
require 'bigdecimal'
require 'rational'
defined?(::Rational) or require 'rational'

require 'tiny_tds/version'
require 'tiny_tds/error'
Expand Down

0 comments on commit 698ee05

Please sign in to comment.