Skip to content

Commit

Permalink
souls update v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Sep 15, 2022
1 parent da2af97 commit d429cbb
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 (4.0.1)
souls (4.0.2)
activesupport (>= 7.0.2.3)
firebase_id_token (>= 2.4.0)
foreman (>= 0.87.2)
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 @@
4.0.1
4.0.2
2 changes: 1 addition & 1 deletion apps/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "sinatra", "2.1.0"
gem "sinatra-activerecord", "2.0.25", require: "sinatra/activerecord"
gem "sinatra-contrib", "2.1.0", require: false
gem "slack-ruby3", "0.1.2"
gem "souls", "4.0.1"
gem "souls", "4.0.2"
gem "zeitwerk", "2.5.4"

group :development, :test do
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 @@
4.0.1
4.0.2
2 changes: 1 addition & 1 deletion apps/worker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "rake", "13.0.6"
gem "selenium-webdriver", "4.1.0"
gem "sinatra", "2.1.0"
gem "sinatra-contrib", "2.1.0", require: false
gem "souls", "4.0.1"
gem "souls", "4.0.2"
gem "typhoeus", "1.4.0"
gem "zeitwerk", "2.5.4"

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 = "4.0.1".freeze
VERSION = "4.0.2".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 @@
4.0.1
4.0.2
2 changes: 1 addition & 1 deletion lib/souls/versions/.souls_worker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2

0 comments on commit d429cbb

Please sign in to comment.