Skip to content

Commit

Permalink
souls update v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 14, 2022
1 parent 5653e4e commit 796c8f9
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 337 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.1.1)
souls (4.1.2)
activesupport (<= 7.0.4)
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.1.1
4.1.2
2 changes: 1 addition & 1 deletion apps/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "search_object_graphql", "1.0.2"
gem "sinatra", "2.1.0"
gem "sinatra-activerecord", "2.0.25", require: "sinatra/activerecord"
gem "sinatra-contrib", "2.1.0", require: false
gem "souls", "4.1.1"
gem "souls", "4.1.2"
gem "typhoeus", "1.4.0"
gem "zeitwerk", "2.6.1"

Expand Down
329 changes: 0 additions & 329 deletions apps/api/Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion apps/worker/.souls_worker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.1.2
2 changes: 1 addition & 1 deletion apps/worker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.1.1"
gem "souls", "4.1.2"
gem "typhoeus", "1.4.0"
gem "zeitwerk", "2.6.1"

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.1.1".freeze
VERSION = "4.1.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.1.1
4.1.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.1.1
4.1.2

0 comments on commit 796c8f9

Please sign in to comment.