Skip to content

Commit

Permalink
bump version, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillshevch committed Aug 3, 2022
1 parent 0f8233d commit 2b8a9dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
PATH
remote: .
specs:
query_track (0.0.11)
query_track (0.0.12)
activesupport
dry-configurable
slack_hook

GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.5)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.1)
byebug (11.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.3)
dry-configurable (0.13.0)
dry-configurable (0.15.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-core (0.7.1)
dry-core (0.8.1)
concurrent-ruby (~> 1.0)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
minitest (5.16.2)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -60,10 +59,9 @@ GEM
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
slack_hook (0.1.2)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
zeitwerk (2.5.4)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/query_track/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module QueryTrack
VERSION = '0.0.11'
VERSION = '0.0.12'
end

0 comments on commit 2b8a9dd

Please sign in to comment.