-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Technical/Update application dependencies (#78)
* Updated runtime/development dependencies * Changed Ruby version to 3.1.2 * Updated rubocop/circleci configs * Updated version, changelog
- Loading branch information
Showing
9 changed files
with
97 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ checks: | |
plugins: | ||
rubocop: | ||
enabled: true | ||
channel: rubocop-1-25 | ||
channel: rubocop-1-30 | ||
|
||
reek: | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-3.1.1 | ||
ruby-3.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ Run Truemail server with command as in example below: | |
[email protected] ACCESS_TOKENS=a262d915-15bc-417c-afeb-842c63b54154 rackup | ||
|
||
# => | ||
# Thin web server (v1.8.0 codename Possessed Pickle) | ||
# Thin web server (v1.8.1 codename Infinite Smoothie) | ||
# Maximum connections set to 1024 | ||
# Listening on localhost:9292, CTRL+C to stop | ||
``` | ||
|
@@ -103,7 +103,7 @@ LOG_STDOUT=true \ | |
thin -R config.ru -a 0.0.0.0 -p 9292 -e production start | ||
|
||
# => | ||
# Thin web server (v1.8.0 codename Possessed Pickle) | ||
# Thin web server (v1.8.1 codename Infinite Smoothie) | ||
# Maximum connections set to 1024 | ||
# Listening on localhost:9292, CTRL+C to stop | ||
# 127.0.0.1 - - [26/Feb/2020:16:41:13 +0200] "GET /?email=admin%40bestweb.com.ua HTTP/1.1" 200 - 0.9195 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module TruemailServer | ||
VERSION = '0.4.0' | ||
VERSION = '0.4.1' | ||
end |