Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nulldef committed Jun 28, 2021
1 parent 661489f commit 0bb4d05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
resol (0.4.2)
resol (0.5.0)
smart_initializer (~> 0.5)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
activesupport (6.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -56,19 +56,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.11.0)
rubocop (1.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-config-umbrellio (1.11.0.51)
rubocop (= 1.11.0)
rubocop-config-umbrellio (1.17.0.53)
rubocop (= 1.17.0)
rubocop-performance (= 1.10.0)
rubocop-rails (= 2.9.1)
rubocop-rake (= 0.5.1)
Expand Down Expand Up @@ -98,13 +98,13 @@ GEM
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.3)
smart_engine (0.11.0)
smart_initializer (0.5.0)
smart_initializer (0.7.0)
qonfig (~> 0.24)
smart_engine (~> 0.11)
smart_types (~> 0.4)
smart_types (0.4.0)
smart_engine (~> 0.11)
symbiont-ruby (0.6.0)
symbiont-ruby (0.7.0)
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
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.4.2"
VERSION = "0.5.0"
end

0 comments on commit 0bb4d05

Please sign in to comment.