Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
nulldef committed Sep 23, 2021
1 parent d37f7a5 commit b1277b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PATH
remote: .
specs:
resol (0.6.0)
resol (0.6.1)
smart_initializer (~> 0.7)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
bundler-audit (0.8.0)
bundler-audit (0.9.0.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
ci-helper (0.4.2)
Expand All @@ -26,21 +26,21 @@ GEM
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
docile (1.4.0)
dry-inflector (0.2.0)
dry-inflector (0.2.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.1.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
qonfig (0.25.0)
qonfig (0.26.0)
rack (2.2.3)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.10.0)
Expand All @@ -65,7 +65,7 @@ GEM
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
rubocop-config-umbrellio (1.17.0.53)
rubocop (= 1.17.0)
Expand All @@ -89,7 +89,7 @@ GEM
rubocop-sequel (0.2.0)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
sequel (5.45.0)
sequel (5.48.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -102,7 +102,7 @@ GEM
qonfig (~> 0.24)
smart_engine (~> 0.11)
smart_types (~> 0.4)
smart_types (0.4.0)
smart_types (0.6.0)
smart_engine (~> 0.11)
symbiont-ruby (0.7.0)
thor (1.1.0)
Expand All @@ -111,7 +111,7 @@ GEM
umbrellio-sequel-plugins (0.5.1.27)
sequel
symbiont-ruby
unicode-display_width (2.0.0)
unicode-display_width (2.1.0)
zeitwerk (2.4.2)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/resol/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Resol
VERSION = "0.6.0"
VERSION = "0.6.1"
end

0 comments on commit b1277b3

Please sign in to comment.