Skip to content

Commit

Permalink
Lock development depedencies and update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed Jul 9, 2020
1 parent 6d249e6 commit 3aef789
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions embulk-input-google_analytics.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Gem::Specification.new do |spec|
spec.name = "embulk-input-google_analytics"
spec.version = "0.1.23"
spec.version = "0.1.24"
spec.authors = ["uu59"]
spec.summary = "Google Analytics input plugin for Embulk"
spec.description = "Loads records from Google Analytics."
Expand Down Expand Up @@ -29,7 +29,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', ['>= 10.0']
spec.add_development_dependency 'test-unit', ['< 3.2']
spec.add_development_dependency 'test-unit-rr'
spec.add_development_dependency 'simplecov'
# Lock simple cov and simplecov-html to prevent downloaded newer version which require ruby >= 2.4
# Current embulk version 0.9.19 runs under jRuby 9.1.x (which is compatible with Ruby 2.3)
spec.add_development_dependency 'simplecov', ['<= 0.12.0']
spec.add_development_dependency 'simplecov-html', ['<= 0.12.0']
spec.add_development_dependency "codeclimate-test-reporter"
spec.add_development_dependency "pry"
spec.add_development_dependency "gem_release_helper", "~> 1.0"
Expand Down

0 comments on commit 3aef789

Please sign in to comment.