зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-09-07 19:35:51 +03:00
Update Ruby to 4.0 and Rails to 8.0
Этот коммит содержится в:
7
.github/workflows/main.yml
поставляемый
7
.github/workflows/main.yml
поставляемый
@@ -12,9 +12,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
- 2.6
|
- 3.4
|
||||||
- 2.7
|
- 4.0
|
||||||
- 3.0
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -36,7 +35,7 @@ jobs:
|
|||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.0
|
ruby-version: 4.0
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- name: Set up Chrome
|
- name: Set up Chrome
|
||||||
uses: browser-actions/setup-chrome@v1
|
uses: browser-actions/setup-chrome@v1
|
||||||
|
|||||||
6
Gemfile
6
Gemfile
@@ -20,10 +20,10 @@ group :development, :test do
|
|||||||
gem "pry-byebug", "~> 3.10"
|
gem "pry-byebug", "~> 3.10"
|
||||||
gem "rake", "~> 13.0"
|
gem "rake", "~> 13.0"
|
||||||
gem "rack-test", "~> 2.1"
|
gem "rack-test", "~> 2.1"
|
||||||
gem "rails", "~> 6.1.7"
|
gem "rails", "~> 8.0"
|
||||||
gem "rspec", "~> 3.13"
|
gem "rspec", "~> 3.13"
|
||||||
gem "sqlite3", "~> 1.4"
|
gem "sqlite3", "~> 2.0"
|
||||||
gem "rubocop", "~> 1.22"
|
gem "rubocop", "~> 1.60"
|
||||||
gem "rubocop-rake", "~> 0.7"
|
gem "rubocop-rake", "~> 0.7"
|
||||||
gem "rubocop-rspec", "~> 2.31"
|
gem "rubocop-rspec", "~> 2.31"
|
||||||
gem "simplecov", "~> 0.22"
|
gem "simplecov", "~> 0.22"
|
||||||
|
|||||||
259
Gemfile.lock
259
Gemfile.lock
@@ -9,65 +9,80 @@ PATH
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.1.7.10)
|
action_text-trix (2.1.16)
|
||||||
actionpack (= 6.1.7.10)
|
railties
|
||||||
activesupport (= 6.1.7.10)
|
actioncable (8.1.2)
|
||||||
|
actionpack (= 8.1.2)
|
||||||
|
activesupport (= 8.1.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.1.7.10)
|
zeitwerk (~> 2.6)
|
||||||
actionpack (= 6.1.7.10)
|
actionmailbox (8.1.2)
|
||||||
activejob (= 6.1.7.10)
|
actionpack (= 8.1.2)
|
||||||
activerecord (= 6.1.7.10)
|
activejob (= 8.1.2)
|
||||||
activestorage (= 6.1.7.10)
|
activerecord (= 8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activestorage (= 8.1.2)
|
||||||
mail (>= 2.7.1)
|
activesupport (= 8.1.2)
|
||||||
actionmailer (6.1.7.10)
|
mail (>= 2.8.0)
|
||||||
actionpack (= 6.1.7.10)
|
actionmailer (8.1.2)
|
||||||
actionview (= 6.1.7.10)
|
actionpack (= 8.1.2)
|
||||||
activejob (= 6.1.7.10)
|
actionview (= 8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activejob (= 8.1.2)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
activesupport (= 8.1.2)
|
||||||
rails-dom-testing (~> 2.0)
|
mail (>= 2.8.0)
|
||||||
actionpack (6.1.7.10)
|
rails-dom-testing (~> 2.2)
|
||||||
actionview (= 6.1.7.10)
|
actionpack (8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
actionview (= 8.1.2)
|
||||||
rack (~> 2.0, >= 2.0.9)
|
activesupport (= 8.1.2)
|
||||||
rack-test (>= 0.6.3)
|
|
||||||
rails-dom-testing (~> 2.0)
|
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
||||||
actiontext (6.1.7.10)
|
|
||||||
actionpack (= 6.1.7.10)
|
|
||||||
activerecord (= 6.1.7.10)
|
|
||||||
activestorage (= 6.1.7.10)
|
|
||||||
activesupport (= 6.1.7.10)
|
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.1.7.10)
|
rack (>= 2.2.4)
|
||||||
activesupport (= 6.1.7.10)
|
rack-session (>= 1.0.1)
|
||||||
|
rack-test (>= 0.6.3)
|
||||||
|
rails-dom-testing (~> 2.2)
|
||||||
|
rails-html-sanitizer (~> 1.6)
|
||||||
|
useragent (~> 0.16)
|
||||||
|
actiontext (8.1.2)
|
||||||
|
action_text-trix (~> 2.1.15)
|
||||||
|
actionpack (= 8.1.2)
|
||||||
|
activerecord (= 8.1.2)
|
||||||
|
activestorage (= 8.1.2)
|
||||||
|
activesupport (= 8.1.2)
|
||||||
|
globalid (>= 0.6.0)
|
||||||
|
nokogiri (>= 1.8.5)
|
||||||
|
actionview (8.1.2)
|
||||||
|
activesupport (= 8.1.2)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (6.1.7.10)
|
activejob (8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activesupport (= 8.1.2)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.1.7.10)
|
activemodel (8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activesupport (= 8.1.2)
|
||||||
activerecord (6.1.7.10)
|
activerecord (8.1.2)
|
||||||
activemodel (= 6.1.7.10)
|
activemodel (= 8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activesupport (= 8.1.2)
|
||||||
activestorage (6.1.7.10)
|
timeout (>= 0.4.0)
|
||||||
actionpack (= 6.1.7.10)
|
activestorage (8.1.2)
|
||||||
activejob (= 6.1.7.10)
|
actionpack (= 8.1.2)
|
||||||
activerecord (= 6.1.7.10)
|
activejob (= 8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activerecord (= 8.1.2)
|
||||||
|
activesupport (= 8.1.2)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
activesupport (8.1.2)
|
||||||
activesupport (6.1.7.10)
|
base64
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
bigdecimal
|
||||||
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
|
connection_pool (>= 2.2.5)
|
||||||
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
|
json
|
||||||
|
logger (>= 1.4.2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
securerandom (>= 0.3)
|
||||||
zeitwerk (~> 2.3)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
|
uri (>= 0.13.1)
|
||||||
addressable (2.8.9)
|
addressable (2.8.9)
|
||||||
public_suffix (>= 2.0.2, < 8.0)
|
public_suffix (>= 2.0.2, < 8.0)
|
||||||
ast (2.4.3)
|
ast (2.4.3)
|
||||||
@@ -87,6 +102,7 @@ GEM
|
|||||||
xpath (~> 3.2)
|
xpath (~> 3.2)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.3.6)
|
concurrent-ruby (1.3.6)
|
||||||
|
connection_pool (3.0.2)
|
||||||
crack (1.0.1)
|
crack (1.0.1)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rexml
|
rexml
|
||||||
@@ -113,15 +129,15 @@ GEM
|
|||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-core (~> 1.1)
|
dry-core (~> 1.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
dry-schema (1.15.0)
|
dry-schema (1.16.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-configurable (~> 1.0, >= 1.0.1)
|
dry-configurable (~> 1.0, >= 1.0.1)
|
||||||
dry-core (~> 1.1)
|
dry-core (~> 1.1)
|
||||||
dry-initializer (~> 3.2)
|
dry-initializer (~> 3.2)
|
||||||
dry-logic (~> 1.6)
|
dry-logic (~> 1.6)
|
||||||
dry-types (~> 1.8)
|
dry-types (~> 1.9, >= 1.9.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
dry-struct (1.8.0)
|
dry-struct (1.8.1)
|
||||||
dry-core (~> 1.1)
|
dry-core (~> 1.1)
|
||||||
dry-types (~> 1.8, >= 1.8.2)
|
dry-types (~> 1.8, >= 1.8.2)
|
||||||
ice_nine (~> 0.11)
|
ice_nine (~> 0.11)
|
||||||
@@ -139,6 +155,7 @@ GEM
|
|||||||
dry-initializer (~> 3.2)
|
dry-initializer (~> 3.2)
|
||||||
dry-schema (~> 1.14)
|
dry-schema (~> 1.14)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
|
erb (6.0.2)
|
||||||
erubi (1.13.1)
|
erubi (1.13.1)
|
||||||
ferrum (0.17.1)
|
ferrum (0.17.1)
|
||||||
addressable (~> 2.5)
|
addressable (~> 2.5)
|
||||||
@@ -146,7 +163,14 @@ GEM
|
|||||||
concurrent-ruby (~> 1.1)
|
concurrent-ruby (~> 1.1)
|
||||||
webrick (~> 1.7)
|
webrick (~> 1.7)
|
||||||
websocket-driver (~> 0.7)
|
websocket-driver (~> 0.7)
|
||||||
ffi (1.17.3)
|
ffi (1.17.3-aarch64-linux-gnu)
|
||||||
|
ffi (1.17.3-aarch64-linux-musl)
|
||||||
|
ffi (1.17.3-arm-linux-gnu)
|
||||||
|
ffi (1.17.3-arm-linux-musl)
|
||||||
|
ffi (1.17.3-arm64-darwin)
|
||||||
|
ffi (1.17.3-x86_64-darwin)
|
||||||
|
ffi (1.17.3-x86_64-linux-gnu)
|
||||||
|
ffi (1.17.3-x86_64-linux-musl)
|
||||||
ffi-compiler (1.3.2)
|
ffi-compiler (1.3.2)
|
||||||
ffi (>= 1.15.5)
|
ffi (>= 1.15.5)
|
||||||
rake
|
rake
|
||||||
@@ -165,8 +189,13 @@ GEM
|
|||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
ice_nine (0.11.2)
|
ice_nine (0.11.2)
|
||||||
io-console (0.8.2)
|
io-console (0.8.2)
|
||||||
json (2.18.1)
|
irb (1.17.0)
|
||||||
json-schema (6.1.0)
|
pp (>= 0.6.0)
|
||||||
|
prism (>= 1.3.0)
|
||||||
|
rdoc (>= 4.0.0)
|
||||||
|
reline (>= 0.4.2)
|
||||||
|
json (2.19.0)
|
||||||
|
json-schema (6.2.0)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
bigdecimal (>= 3.1, < 5)
|
bigdecimal (>= 3.1, < 5)
|
||||||
language_server-protocol (3.17.0.5)
|
language_server-protocol (3.17.0.5)
|
||||||
@@ -186,7 +215,7 @@ GEM
|
|||||||
net-smtp
|
net-smtp
|
||||||
marcel (1.1.0)
|
marcel (1.1.0)
|
||||||
matrix (0.4.3)
|
matrix (0.4.3)
|
||||||
mcp (0.7.1)
|
mcp (0.8.0)
|
||||||
json-schema (>= 4.1)
|
json-schema (>= 4.1)
|
||||||
method_source (1.1.0)
|
method_source (1.1.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
@@ -203,12 +232,29 @@ GEM
|
|||||||
net-smtp (0.5.1)
|
net-smtp (0.5.1)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.7.5)
|
nio4r (2.7.5)
|
||||||
|
nokogiri (1.19.1-aarch64-linux-gnu)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.19.1-aarch64-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.19.1-arm-linux-gnu)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.19.1-arm-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.19.1-arm64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.19.1-x86_64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.19.1-x86_64-linux-gnu)
|
nokogiri (1.19.1-x86_64-linux-gnu)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.19.1-x86_64-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
parallel (1.27.0)
|
parallel (1.27.0)
|
||||||
parser (3.3.10.2)
|
parser (3.3.10.2)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
|
pp (0.6.3)
|
||||||
|
prettyprint
|
||||||
|
prettyprint (0.2.0)
|
||||||
prism (1.9.0)
|
prism (1.9.0)
|
||||||
pry (0.16.0)
|
pry (0.16.0)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
@@ -217,26 +263,33 @@ GEM
|
|||||||
pry-byebug (3.12.0)
|
pry-byebug (3.12.0)
|
||||||
byebug (~> 13.0)
|
byebug (~> 13.0)
|
||||||
pry (>= 0.13, < 0.17)
|
pry (>= 0.13, < 0.17)
|
||||||
public_suffix (7.0.2)
|
psych (5.3.1)
|
||||||
|
date
|
||||||
|
stringio
|
||||||
|
public_suffix (7.0.5)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.22)
|
rack (3.2.5)
|
||||||
|
rack-session (2.1.1)
|
||||||
|
base64 (>= 0.1.0)
|
||||||
|
rack (>= 3.0.0)
|
||||||
rack-test (2.2.0)
|
rack-test (2.2.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (6.1.7.10)
|
rackup (2.3.1)
|
||||||
actioncable (= 6.1.7.10)
|
rack (>= 3)
|
||||||
actionmailbox (= 6.1.7.10)
|
rails (8.1.2)
|
||||||
actionmailer (= 6.1.7.10)
|
actioncable (= 8.1.2)
|
||||||
actionpack (= 6.1.7.10)
|
actionmailbox (= 8.1.2)
|
||||||
actiontext (= 6.1.7.10)
|
actionmailer (= 8.1.2)
|
||||||
actionview (= 6.1.7.10)
|
actionpack (= 8.1.2)
|
||||||
activejob (= 6.1.7.10)
|
actiontext (= 8.1.2)
|
||||||
activemodel (= 6.1.7.10)
|
actionview (= 8.1.2)
|
||||||
activerecord (= 6.1.7.10)
|
activejob (= 8.1.2)
|
||||||
activestorage (= 6.1.7.10)
|
activemodel (= 8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activerecord (= 8.1.2)
|
||||||
|
activestorage (= 8.1.2)
|
||||||
|
activesupport (= 8.1.2)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 6.1.7.10)
|
railties (= 8.1.2)
|
||||||
sprockets-rails (>= 2.0.0)
|
|
||||||
rails-dom-testing (2.3.0)
|
rails-dom-testing (2.3.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
@@ -244,14 +297,21 @@ GEM
|
|||||||
rails-html-sanitizer (1.7.0)
|
rails-html-sanitizer (1.7.0)
|
||||||
loofah (~> 2.25)
|
loofah (~> 2.25)
|
||||||
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
||||||
railties (6.1.7.10)
|
railties (8.1.2)
|
||||||
actionpack (= 6.1.7.10)
|
actionpack (= 8.1.2)
|
||||||
activesupport (= 6.1.7.10)
|
activesupport (= 8.1.2)
|
||||||
method_source
|
irb (~> 1.13)
|
||||||
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0, >= 1.2.2)
|
||||||
|
tsort (>= 0.2)
|
||||||
|
zeitwerk (~> 2.6)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.3.1)
|
rake (13.3.1)
|
||||||
|
rdoc (7.2.0)
|
||||||
|
erb
|
||||||
|
psych (>= 4.0.0)
|
||||||
|
tsort
|
||||||
regexp_parser (2.11.3)
|
regexp_parser (2.11.3)
|
||||||
reline (0.6.3)
|
reline (0.6.3)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
@@ -269,7 +329,7 @@ GEM
|
|||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.13.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-support (3.13.7)
|
rspec-support (3.13.7)
|
||||||
rubocop (1.85.0)
|
rubocop (1.85.1)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.1.0)
|
lint_roller (~> 1.1.0)
|
||||||
@@ -301,28 +361,32 @@ GEM
|
|||||||
rubocop-rspec_rails (2.29.1)
|
rubocop-rspec_rails (2.29.1)
|
||||||
rubocop (~> 1.61)
|
rubocop (~> 1.61)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
|
securerandom (0.4.1)
|
||||||
simplecov (0.22.0)
|
simplecov (0.22.0)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
simplecov-html (~> 0.11)
|
simplecov-html (~> 0.11)
|
||||||
simplecov_json_formatter (~> 0.1)
|
simplecov_json_formatter (~> 0.1)
|
||||||
simplecov-html (0.13.2)
|
simplecov-html (0.13.2)
|
||||||
simplecov_json_formatter (0.1.4)
|
simplecov_json_formatter (0.1.4)
|
||||||
sprockets (4.2.2)
|
sqlite3 (2.9.1-aarch64-linux-gnu)
|
||||||
concurrent-ruby (~> 1.0)
|
sqlite3 (2.9.1-aarch64-linux-musl)
|
||||||
logger
|
sqlite3 (2.9.1-arm-linux-gnu)
|
||||||
rack (>= 2.2.4, < 4)
|
sqlite3 (2.9.1-arm-linux-musl)
|
||||||
sprockets-rails (3.5.2)
|
sqlite3 (2.9.1-arm64-darwin)
|
||||||
actionpack (>= 6.1)
|
sqlite3 (2.9.1-x86_64-darwin)
|
||||||
activesupport (>= 6.1)
|
sqlite3 (2.9.1-x86_64-linux-gnu)
|
||||||
sprockets (>= 3.0.0)
|
sqlite3 (2.9.1-x86_64-linux-musl)
|
||||||
sqlite3 (1.7.3-x86_64-linux)
|
stringio (3.2.0)
|
||||||
thor (1.5.0)
|
thor (1.5.0)
|
||||||
timeout (0.6.0)
|
timeout (0.6.0)
|
||||||
|
tsort (0.2.0)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (3.2.0)
|
unicode-display_width (3.2.0)
|
||||||
unicode-emoji (~> 4.1)
|
unicode-emoji (~> 4.1)
|
||||||
unicode-emoji (4.2.0)
|
unicode-emoji (4.2.0)
|
||||||
|
uri (1.1.1)
|
||||||
|
useragent (0.16.11)
|
||||||
webmock (3.26.1)
|
webmock (3.26.1)
|
||||||
addressable (>= 2.8.0)
|
addressable (>= 2.8.0)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
@@ -338,7 +402,14 @@ GEM
|
|||||||
zeitwerk (2.7.5)
|
zeitwerk (2.7.5)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
aarch64-linux-gnu
|
||||||
|
aarch64-linux-musl
|
||||||
|
arm-linux-gnu
|
||||||
|
arm-linux-musl
|
||||||
|
arm64-darwin
|
||||||
|
x86_64-darwin
|
||||||
|
x86_64-linux-gnu
|
||||||
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
capybara (~> 3.40)
|
capybara (~> 3.40)
|
||||||
@@ -347,18 +418,18 @@ DEPENDENCIES
|
|||||||
pry-byebug (~> 3.10)
|
pry-byebug (~> 3.10)
|
||||||
rack
|
rack
|
||||||
rack-test (~> 2.1)
|
rack-test (~> 2.1)
|
||||||
rails (~> 6.1.7)
|
rails (~> 8.0)
|
||||||
rake (~> 13.0)
|
rake (~> 13.0)
|
||||||
rspec (~> 3.13)
|
rspec (~> 3.13)
|
||||||
rubocop (~> 1.22)
|
rubocop (~> 1.60)
|
||||||
rubocop-rake (~> 0.7)
|
rubocop-rake (~> 0.7)
|
||||||
rubocop-rspec (~> 2.31)
|
rubocop-rspec (~> 2.31)
|
||||||
simplecov (~> 0.22)
|
simplecov (~> 0.22)
|
||||||
sqlite3 (~> 1.4)
|
sqlite3 (~> 2.0)
|
||||||
webmock (~> 3.23)
|
webmock (~> 3.23)
|
||||||
webrick
|
webrick
|
||||||
yard
|
yard
|
||||||
yookassa!
|
yookassa!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.7
|
4.0.7
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user