Skip to content

Commit

Permalink
souls update v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 11, 2021
1 parent f3793b5 commit 2b95b21
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
souls (1.6.15)
souls (1.7.0)
activesupport (>= 6.1.4)
foreman (>= 0.87.2)
google-cloud-pubsub (>= 2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion apps/api/.souls_api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.15
1.7.0
2 changes: 1 addition & 1 deletion apps/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :development, :test do
gem "rspec", "3.10.0"
gem "rubocop", "1.22.3"
gem "solargraph", "0.44.0"
gem "souls", "1.6.15"
gem "souls", "1.7.0"
gem "webmock", "3.14.0"
end

Expand Down
2 changes: 1 addition & 1 deletion apps/worker/.souls_worker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.15
1.7.0
2 changes: 1 addition & 1 deletion apps/worker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :development, :test do
gem "rspec", "3.10.0"
gem "rubocop", "1.22.3"
gem "solargraph", "0.44.0"
gem "souls", "1.6.15"
gem "souls", "1.7.0"
gem "webmock", "3.14.0"
end

Expand Down
2 changes: 1 addition & 1 deletion lib/souls/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Souls
VERSION = "1.6.15".freeze
VERSION = "1.7.0".freeze
public_constant :VERSION
end
2 changes: 1 addition & 1 deletion lib/souls/versions/.souls_api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.15
1.7.0
2 changes: 1 addition & 1 deletion lib/souls/versions/.souls_worker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.15
1.7.0

0 comments on commit 2b95b21

Please sign in to comment.