Skip to content

Commit

Permalink
Merge pull request #86 from salemove/create_2.7.0_version
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-deployer authored Jun 19, 2023
2 parents 53c526f + c3379d7 commit 6f854e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
freddy (2.6.0)
freddy (2.7.0)
bunny (~> 2.11)
concurrent-ruby (~> 1.0)
oj (~> 3.6)
Expand All @@ -14,16 +14,16 @@ GEM
specs:
amq-protocol (2.3.2)
ast (2.4.2)
bunny (2.19.0)
bunny (2.22.0)
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
diff-lcs (1.4.4)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
oj (3.13.21)
oj (3.15.0)
opentelemetry-api (1.1.0)
opentelemetry-common (0.19.6)
opentelemetry-api (~> 1.0)
Expand All @@ -34,7 +34,7 @@ GEM
opentelemetry-common (~> 0.19.3)
opentelemetry-registry (~> 0.2)
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.8.0)
opentelemetry-semantic_conventions (1.10.0)
opentelemetry-api (~> 1.0)
parallel (1.22.1)
parser (3.1.2.0)
Expand All @@ -44,7 +44,7 @@ GEM
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rbtree (0.4.5)
rbtree (0.4.6)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.10.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/freddy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Freddy
VERSION = '2.6.0'
VERSION = '2.7.0'
end

0 comments on commit 6f854e9

Please sign in to comment.