Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from customink/concurrent
Browse files Browse the repository at this point in the history
Make concurrent-ruby a Real Dep 馃ぅ
  • Loading branch information
metaskills committed Aug 22, 2020
2 parents d84e37a + b889eba commit 3e48622
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
PATH
remote: .
specs:
aws-embedded-metrics-customink (0.5.0)
aws-embedded-metrics-customink (0.6.0)
concurrent-ruby

GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
coderay (1.1.3)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
method_source (1.0.0)
minitest (5.14.1)
mocha (1.11.2)
Expand Down Expand Up @@ -41,7 +42,6 @@ PLATFORMS

DEPENDENCIES
aws-embedded-metrics-customink!
concurrent-ruby
minitest
mocha
pry
Expand Down
2 changes: 1 addition & 1 deletion aws-embedded-metrics-customink.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency 'concurrent-ruby'
spec.add_dependency 'concurrent-ruby'
end
2 changes: 1 addition & 1 deletion lib/aws-embedded-metrics-customink/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Aws
module Embedded
module Metrics
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end
end
end

0 comments on commit 3e48622

Please sign in to comment.