Skip to content

Commit

Permalink
Merge pull request #8 from B-Dionysus/master
Browse files Browse the repository at this point in the history
Unpin `[email protected]` depndency
  • Loading branch information
mokpro authored Jul 28, 2022
2 parents 6f69f5a + 09481ef commit a9474b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion active_record_stats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'activerecord', '>= 4.0'
spec.add_runtime_dependency 'statsd-instrument', '~> 2.0', '>= 2.0.4'
spec.add_runtime_dependency 'statsd-instrument', '>= 2.0.4'

spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_stats/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveRecordStats
VERSION = "0.1.5"
VERSION = "0.1.6"
end

0 comments on commit a9474b8

Please sign in to comment.