Skip to content

Commit

Permalink
souls update v1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 15, 2021
1 parent 9fce32b commit 3535715
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.7.12)
souls (1.7.13)
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.7.12
1.7.13
2 changes: 1 addition & 1 deletion apps/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12"
gem "souls", "1.7.13"
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.7.12
1.7.13
2 changes: 1 addition & 1 deletion apps/worker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12"
gem "souls", "1.7.13"
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.7.12".freeze
VERSION = "1.7.13".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.12
1.7.13
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.12
1.7.13

0 comments on commit 3535715

Please sign in to comment.