Skip to content

Commit

Permalink
souls update v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Sep 1, 2022
1 parent 89862ba commit c4c5025
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 (3.0.7)
souls (3.0.8)
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 @@
3.0.7
3.0.8
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", "3.0.7"
gem "souls", "3.0.8"
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 @@
3.0.7
3.0.8
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", "3.0.7"
gem "souls", "3.0.8"
gem "zeitwerk", "2.5.4"

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

0 comments on commit c4c5025

Please sign in to comment.