Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activerecord and railties #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

ruby '~>2.7'

gem 'railties', '~>5.0.0'
gem 'railties', '~>7.0.4'
gem 'actionpack'
gem 'activerecord'

Expand Down
243 changes: 163 additions & 80 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,33 +1,73 @@
GEM
remote: http://rubygems.org/
specs:
actionpack (5.0.7.2)
actionview (= 5.0.7.2)
activesupport (= 5.0.7.2)
rack (~> 2.0)
rack-test (~> 0.6.3)
actioncable (7.0.4.1)
actionpack (= 7.0.4.1)
activesupport (= 7.0.4.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.4.1)
actionpack (= 7.0.4.1)
activejob (= 7.0.4.1)
activerecord (= 7.0.4.1)
activestorage (= 7.0.4.1)
activesupport (= 7.0.4.1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.4.1)
actionpack (= 7.0.4.1)
actionview (= 7.0.4.1)
activejob (= 7.0.4.1)
activesupport (= 7.0.4.1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.4.1)
actionview (= 7.0.4.1)
activesupport (= 7.0.4.1)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.7.2)
activesupport (= 5.0.7.2)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4.1)
actionpack (= 7.0.4.1)
activerecord (= 7.0.4.1)
activestorage (= 7.0.4.1)
activesupport (= 7.0.4.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.4.1)
activesupport (= 7.0.4.1)
builder (~> 3.1)
erubis (~> 2.7.0)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activemodel (5.0.7.2)
activesupport (= 5.0.7.2)
activerecord (5.0.7.2)
activemodel (= 5.0.7.2)
activesupport (= 5.0.7.2)
arel (~> 7.0)
activesupport (5.0.7.2)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4.1)
activesupport (= 7.0.4.1)
globalid (>= 0.3.6)
activemodel (7.0.4.1)
activesupport (= 7.0.4.1)
activerecord (7.0.4.1)
activemodel (= 7.0.4.1)
activesupport (= 7.0.4.1)
activestorage (7.0.4.1)
actionpack (= 7.0.4.1)
activejob (= 7.0.4.1)
activerecord (= 7.0.4.1)
activesupport (= 7.0.4.1)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
arel (7.1.4)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
Expand All @@ -48,7 +88,7 @@ GEM
virtus (~> 1.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
Expand All @@ -62,39 +102,42 @@ GEM
multi_test (>= 0.1.2)
cucumber-core (1.5.0)
gherkin (~> 4.0)
cucumber-rails (1.4.5)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 4)
mime-types (>= 1.16, < 4)
nokogiri (~> 1.5)
railties (>= 3, < 5.1)
cucumber-rails (1.4.0)
capybara (>= 1.1.2)
cucumber (>= 1.2.0)
nokogiri (>= 1.5.0)
rails (>= 3.0.0)
cucumber-wire (0.0.1)
database_cleaner (1.5.3)
date (3.3.3)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.1.1)
dotenv-rails (2.1.1)
dotenv (= 2.1.1)
railties (>= 4.0, < 5.1)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
equalizer (0.0.11)
erubis (2.7.0)
erubi (1.12.0)
execjs (2.7.0)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
ffi (1.15.5)
font-awesome-sass (4.7.0)
sass (>= 3.2)
gherkin (4.0.0)
globalid (1.0.1)
activesupport (>= 5.0)
hashdiff (0.3.2)
hashie (5.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jquery-rails (4.2.2)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -105,24 +148,40 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.14.4)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
multi_json (1.14.1)
multi_test (0.1.2)
multi_xml (0.6.0)
multipart-post (2.1.1)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.10)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-arm64-darwin)
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.2)
faraday (>= 0.8, < 2.0)
Expand All @@ -147,76 +206,96 @@ GEM
public_suffix (5.0.0)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.3.1)
racc (1.6.2)
rack (2.2.6.2)
rack-protection (3.0.2)
rack
rack-test (0.6.3)
rack (>= 1.0)
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.4.1)
actioncable (= 7.0.4.1)
actionmailbox (= 7.0.4.1)
actionmailer (= 7.0.4.1)
actionpack (= 7.0.4.1)
actiontext (= 7.0.4.1)
actionview (= 7.0.4.1)
activejob (= 7.0.4.1)
activemodel (= 7.0.4.1)
activerecord (= 7.0.4.1)
activestorage (= 7.0.4.1)
activesupport (= 7.0.4.1)
bundler (>= 1.15.0)
railties (= 7.0.4.1)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails_same_site_cookie (0.1.8)
rack (>= 1.5)
user_agent_parser (~> 2.5)
railties (5.0.7.2)
actionpack (= 5.0.7.2)
activesupport (= 5.0.7.2)
railties (7.0.4.1)
actionpack (= 7.0.4.1)
activesupport (= 7.0.4.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.1.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.11)
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
safe_yaml (1.0.4)
sass (3.4.23)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sentry-raven (2.7.1)
faraday (>= 0.7.6, < 1.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
test-unit (3.5.5)
power_assert
thor (1.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.5)
tzinfo (1.2.10)
thread_safe (~> 0.1)
timeout (0.3.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
Expand All @@ -232,8 +311,12 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (2.0.0)
nokogiri (~> 1.3)
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-21
Expand All @@ -258,7 +341,7 @@ DEPENDENCIES
puma
rails-controller-testing
rails_same_site_cookie
railties (~> 5.0.0)
railties (~> 7.0.4)
rspec-rails
sass-rails
sentry-raven
Expand Down
Binary file added vendor/cache/actioncable-7.0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/actionmailbox-7.0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-7.0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-7.0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/actiontext-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionview-5.0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/actionview-7.0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/activejob-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-5.0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-5.0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/activestorage-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-5.0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/arel-7.1.4.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.1.10.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file added vendor/cache/cucumber-rails-1.4.0.gem
Binary file not shown.
Binary file added vendor/cache/date-3.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.4.4.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.5.0.gem
Binary file not shown.
Binary file added vendor/cache/dotenv-2.8.1.gem
Binary file not shown.
Binary file added vendor/cache/dotenv-rails-2.8.1.gem
Binary file not shown.
Binary file added vendor/cache/erubi-1.12.0.gem
Binary file not shown.
Binary file removed vendor/cache/erubis-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/ffi-1.15.5.gem
Binary file not shown.
Binary file added vendor/cache/globalid-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.12.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.10.gem
Binary file not shown.
Binary file added vendor/cache/jquery-rails-4.5.1.gem
Binary file not shown.
Binary file added vendor/cache/mail-2.8.0.1.gem
Binary file not shown.
Binary file added vendor/cache/marcel-1.0.2.gem
Binary file not shown.
Binary file added vendor/cache/mini_mime-1.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.4.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.17.0.gem
Binary file not shown.
Binary file added vendor/cache/net-imap-0.3.4.gem
Binary file not shown.
Binary file added vendor/cache/net-pop-0.1.2.gem
Binary file not shown.
Binary file added vendor/cache/net-protocol-0.2.1.gem
Binary file not shown.
Binary file added vendor/cache/net-smtp-0.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.13.10-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.13.10-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.0-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.0-x86_64-linux.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/racc-1.6.1.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/rack-test-0.6.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-test-2.0.2.gem
Binary file not shown.
Binary file added vendor/cache/rails-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/rails-html-sanitizer-1.4.3.gem
Binary file not shown.
Binary file added vendor/cache/rails-html-sanitizer-1.4.4.gem
Binary file not shown.
Binary file removed vendor/cache/railties-5.0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/railties-7.0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.10.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.12.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.10.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.12.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.10.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.12.3.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-rails-4.1.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-rails-6.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.10.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.12.0.gem
Binary file not shown.
Binary file added vendor/cache/sass-rails-6.0.0.gem
Binary file not shown.
Binary file added vendor/cache/sassc-2.4.0.gem
Binary file not shown.
Binary file added vendor/cache/sassc-rails-2.1.2.gem
Binary file not shown.
Binary file added vendor/cache/sprockets-rails-3.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/thor-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/thor-1.2.1.gem
Binary file not shown.
Binary file added vendor/cache/timeout-0.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-1.2.10.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-2.0.5.gem
Binary file not shown.
Binary file added vendor/cache/websocket-driver-0.7.5.gem
Binary file not shown.
Binary file added vendor/cache/websocket-extensions-0.1.5.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.6.gem
Binary file not shown.