Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
souls update v1.7.16
Browse files Browse the repository at this point in the history
POPPIN-FUMI committed Nov 15, 2021
1 parent a30b04b commit 909f076
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.7.15)
souls (1.7.16)
activesupport (>= 6.1.4)
foreman (>= 0.87.2)
google-cloud-pubsub (>= 2.8.0)
2 changes: 1 addition & 1 deletion apps/api/.souls_api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.15
1.7.16
2 changes: 1 addition & 1 deletion apps/api/Gemfile
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ group :development, :test do
gem "rspec", "3.10.0"
gem "rubocop", "1.22.3"
gem "solargraph", "0.44.0"
gem "souls", "1.7.15"
gem "souls", "1.7.16"
gem "webmock", "3.14.0"
end

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

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.7.15".freeze
VERSION = "1.7.16".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.7.15
1.7.16
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.7.15
1.7.16

0 comments on commit 909f076

Please sign in to comment.