Skip to content

Commit

Permalink
souls update v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Jan 9, 2022
1 parent 214648e commit d604e6d
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.20.3)
souls (1.20.4)
activesupport (>= 7.0.0)
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 @@
1.20.3
1.20.4
2 changes: 1 addition & 1 deletion apps/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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", "1.20.3"
gem "souls", "1.20.4"
gem "zeitwerk", "2.5.1"

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 @@
1.20.3
1.20.4
2 changes: 1 addition & 1 deletion apps/worker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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", "1.20.3"
gem "souls", "1.20.4"
gem "zeitwerk", "2.5.1"

group :development, :test do
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.20.3".freeze
VERSION = "1.20.4".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.20.3
1.20.4
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.20.3
1.20.4

0 comments on commit d604e6d

Please sign in to comment.