Skip to content

Commit

Permalink
fixup! fixup! fixup! Drop Ruby EOL versions and add newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
akito19 committed Feb 9, 2024
1 parent 8a00a47 commit 98de1f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.4-dev
4 changes: 1 addition & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'mutex_m'

if defined?(:RUBY_ENGINE) && RUBY_ENGINE == 'ruby'
# SimpleCov officially supports MRI 1.9+ only for now
# https://github.com/colszowka/simplecov#ruby-version-compatibility
Expand All @@ -8,7 +6,7 @@
unless ENV['APPVEYOR']
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter([
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])
Expand Down
2 changes: 1 addition & 1 deletion spec/td/logger/event_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

require 'spec_helper'
require 'mutex_m'

describe TreasureData::Logger::Event do
describe 'EventPreset' do
Expand Down
1 change: 1 addition & 0 deletions td-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ EOF
gem.add_dependency "msgpack", ">= 0.5.6", "< 2.0"
gem.add_dependency "td-client", ">= 0.8.66", "< 3.0"
gem.add_dependency "fluent-logger", ">= 0.5.0", "< 2.0"
gem.add_dependency "mutex_m", ">= 0.2.0", "< 1.0"
gem.add_development_dependency 'rake', '>= 0.9.2'
gem.add_development_dependency 'rspec', '~> 3.0'
gem.add_development_dependency 'coveralls'
Expand Down

0 comments on commit 98de1f6

Please sign in to comment.