Skip to content

Commit

Permalink
Upgraded Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahW91 committed Jul 20, 2022
1 parent ece6507 commit e02c2a1
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

ruby '2.7.0'

gem 'rails', '5.2.7.1'
gem 'rails', '5.2.8.1'

# Postgres
gem 'pg'
Expand Down
145 changes: 72 additions & 73 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.7.1)
actionpack (= 5.2.7.1)
actioncable (5.2.8.1)
actionpack (= 5.2.8.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.7.1)
actionpack (= 5.2.7.1)
actionview (= 5.2.7.1)
activejob (= 5.2.7.1)
actionmailer (5.2.8.1)
actionpack (= 5.2.8.1)
actionview (= 5.2.8.1)
activejob (= 5.2.8.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.7.1)
actionview (= 5.2.7.1)
activesupport (= 5.2.7.1)
actionpack (5.2.8.1)
actionview (= 5.2.8.1)
activesupport (= 5.2.8.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.7.1)
activesupport (= 5.2.7.1)
actionview (5.2.8.1)
activesupport (= 5.2.8.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
Expand All @@ -39,46 +39,46 @@ GEM
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
activesupport (>= 5.2.0)
activejob (5.2.7.1)
activesupport (= 5.2.7.1)
activejob (5.2.8.1)
activesupport (= 5.2.8.1)
globalid (>= 0.3.6)
activemodel (5.2.7.1)
activesupport (= 5.2.7.1)
activerecord (5.2.7.1)
activemodel (= 5.2.7.1)
activesupport (= 5.2.7.1)
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activestorage (5.2.7.1)
actionpack (= 5.2.7.1)
activerecord (= 5.2.7.1)
activestorage (5.2.8.1)
actionpack (= 5.2.8.1)
activerecord (= 5.2.8.1)
marcel (~> 1.0.0)
activesupport (5.2.7.1)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ancestry (4.1.0)
ancestry (4.2.0)
activerecord (>= 5.2.6)
arel (9.0.0)
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.594.0)
aws-sdk-core (3.131.1)
aws-partitions (1.608.0)
aws-sdk-core (3.131.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.57.0)
aws-sdk-kms (1.58.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.114.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.0)
aws-sigv4 (1.5.1)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.18)
better_errors (2.9.1)
Expand All @@ -88,17 +88,17 @@ GEM
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bio (2.0.3)
bootsnap (1.11.1)
bootsnap (1.12.0)
msgpack (~> 1.2)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
bootstrap_progressbar (0.2.0)
builder (3.2.4)
bullet (7.0.1)
bullet (7.0.2)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
cancancan (3.3.0)
cancancan (3.4.0)
capybara (3.37.1)
addressable
matrix
Expand All @@ -111,6 +111,7 @@ GEM
capybara-selenium (0.0.6)
capybara
selenium-webdriver
cgi (0.3.2)
charlock_holmes (0.7.7)
childprocess (4.1.0)
chronic (0.10.2)
Expand Down Expand Up @@ -151,7 +152,6 @@ GEM
docile (1.4.0)
dotenv (2.7.6)
erubi (1.10.0)
escape_utils (1.2.1)
execjs (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
Expand All @@ -167,9 +167,9 @@ GEM
ffi (1.15.5)
formatador (1.1.0)
geo_coord (0.2.0)
github-linguist (7.20.0)
github-linguist (7.22.0)
cgi
charlock_holmes (~> 0.7.7)
escape_utils (~> 1.2.0)
mini_mime (~> 1.0)
rugged (~> 1.0)
globalid (1.0.0)
Expand All @@ -188,7 +188,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
i18n_data (0.16.0)
simple_po_parser (~> 1.1)
Expand All @@ -213,7 +213,7 @@ GEM
addressable (~> 2.7)
leaflet-rails (1.7.0)
rails (>= 4.2.0)
licensed (3.7.1)
licensed (3.7.2)
bundler (>= 1.10)
licensee (>= 9.15.2, < 10.0.0)
parallel (>= 0.18.0)
Expand Down Expand Up @@ -248,9 +248,9 @@ GEM
mime-types-data (3.2022.0105)
mini_magick (4.11.0)
mini_mime (1.1.2)
minitest (5.15.0)
msgpack (1.5.2)
mustermann (1.1.1)
minitest (5.16.2)
msgpack (1.5.3)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
nested_form_fields (0.8.4)
Expand All @@ -263,18 +263,18 @@ GEM
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.8)
nokogiri (1.13.6-x86_64-linux)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.23.0)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
orm_adapter (0.5.0)
parallel (1.22.1)
pathname-common_prefix (0.0.1)
pg (1.3.5)
pg (1.4.1)
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -285,42 +285,42 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3.1)
rack (2.2.4)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-protection (2.2.0)
rack-protection (2.2.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.7.1)
actioncable (= 5.2.7.1)
actionmailer (= 5.2.7.1)
actionpack (= 5.2.7.1)
actionview (= 5.2.7.1)
activejob (= 5.2.7.1)
activemodel (= 5.2.7.1)
activerecord (= 5.2.7.1)
activestorage (= 5.2.7.1)
activesupport (= 5.2.7.1)
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.8.1)
actioncable (= 5.2.8.1)
actionmailer (= 5.2.8.1)
actionpack (= 5.2.8.1)
actionview (= 5.2.8.1)
activejob (= 5.2.8.1)
activemodel (= 5.2.8.1)
activerecord (= 5.2.8.1)
activestorage (= 5.2.8.1)
activesupport (= 5.2.8.1)
bundler (>= 1.3.0)
railties (= 5.2.7.1)
railties (= 5.2.8.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (5.2.7.1)
actionpack (= 5.2.7.1)
activesupport (= 5.2.7.1)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
activesupport (= 5.2.8.1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.6)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.6.0)
redis (4.7.1)
redis-actionpack (5.3.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
Expand Down Expand Up @@ -378,7 +378,7 @@ GEM
ruby-xxHash (0.4.0.2)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rugged (1.4.3)
rugged (1.5.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
Expand All @@ -389,11 +389,11 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.9.1)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
select2-rails (4.0.13)
selenium-webdriver (4.2.0)
selenium-webdriver (4.3.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -403,14 +403,14 @@ GEM
activesupport (>= 3)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
sidekiq (6.4.2)
sidekiq (6.5.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq-client-cli (0.1.7)
cli
sidekiq (>= 2.15)
sidekiq-limit_fetch (4.1.0)
sidekiq-limit_fetch (4.2.0)
redis (>= 4.6.0)
sidekiq (>= 4)
simple_form (5.1.0)
Expand All @@ -423,18 +423,18 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (2.2.0)
sinatra (2.2.1)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.1)
tilt (~> 2.0)
sixarm_ruby_unaccent (1.2.0)
sort_alphabetical (1.1.0)
unicode_utils (>= 1.2.2)
spreadsheet (1.3.0)
ruby-ole
spring (3.1.1)
sprockets (4.0.3)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand All @@ -445,7 +445,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
tomlrb (2.0.3)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -469,11 +469,10 @@ GEM
will_paginate (>= 3.0.3)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.27)
yard (0.9.28)
webrick (~> 1.7.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -520,7 +519,7 @@ DEPENDENCIES
pg
pg_search
puma
rails (= 5.2.7.1)
rails (= 5.2.8.1)
redis-rails
roo-xls
rspec-rails
Expand Down

0 comments on commit e02c2a1

Please sign in to comment.