Skip to content

Commit

Permalink
Обновил пакеты (#9)
Browse files Browse the repository at this point in the history
* bump packages

* update ver

Co-authored-by: alexander.baz <[email protected]>
  • Loading branch information
basherru and alexander.baz authored Dec 6, 2021
1 parent 4e786ca commit 647f919
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
resol (0.7.0)
resol (0.7.1)
smart_initializer (~> 0.7)

GEM
Expand All @@ -27,12 +27,12 @@ GEM
diff-lcs (1.4.4)
docile (1.4.0)
dry-inflector (0.2.1)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.14.4)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.0.3.1)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
Expand All @@ -41,7 +41,7 @@ GEM
rack (2.2.3)
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.1.1)
regexp_parser (2.2.0)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand All @@ -55,7 +55,7 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rspec-support (3.10.3)
rubocop (1.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.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.11.0)
rubocop-ast (1.14.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.48.0)
sequel (5.51.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -98,11 +98,11 @@ GEM
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.3)
smart_engine (0.11.0)
smart_initializer (0.7.0)
smart_initializer (0.8.0)
qonfig (~> 0.24)
smart_engine (~> 0.11)
smart_types (~> 0.4)
smart_types (0.6.0)
smart_types (0.7.0)
smart_engine (~> 0.11)
symbiont-ruby (0.7.0)
thor (1.1.0)
Expand All @@ -112,11 +112,12 @@ GEM
sequel
symbiont-ruby
unicode-display_width (2.1.0)
zeitwerk (2.4.2)
zeitwerk (2.5.1)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand All @@ -131,4 +132,4 @@ DEPENDENCIES
simplecov-lcov

BUNDLED WITH
2.2.21
2.2.31
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.7.0"
VERSION = "0.7.1"
end

0 comments on commit 647f919

Please sign in to comment.