Skip to content

Commit

Permalink
Bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Mar 3, 2024
1 parent 5b12664 commit 283f450
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
40 changes: 19 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,13 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
dotenv (3.0.2)
dotenv-rails (3.0.2)
dotenv (= 3.0.2)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
down (5.4.1)
addressable (~> 2.8)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand All @@ -149,20 +148,20 @@ GEM
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
google-apis-core (0.13.0)
google-apis-core (0.14.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
google-apis-discovery_v1 (0.15.0)
google-apis-core (>= 0.12.0, < 2.a)
google-apis-generator (0.13.1)
google-apis-discovery_v1 (0.16.0)
google-apis-core (>= 0.14.0, < 2.a)
google-apis-generator (0.14.0)
activesupport (>= 5.0)
gems (~> 1.2)
google-apis-core (>= 0.12.0, < 2.a)
google-apis-core (>= 0.14.0, < 2.a)
google-apis-discovery_v1 (~> 0.14)
thor (>= 0.20, < 2.a)
google-cloud-env (2.1.1)
Expand All @@ -183,7 +182,7 @@ GEM
rdoc
reline (>= 0.4.2)
json (2.7.1)
jwt (2.8.0)
jwt (2.8.1)
base64
language_server-protocol (3.17.0.3)
launchy (2.5.2)
Expand All @@ -196,7 +195,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.22.2)
Expand Down Expand Up @@ -225,7 +224,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.5)
pg (1.5.6)
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -279,7 +278,7 @@ GEM
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.2)
reline (0.4.3)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand All @@ -306,8 +305,8 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.0)
rubocop (1.60.2)
rspec-support (3.13.1)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -318,8 +317,8 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -334,14 +333,13 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.26.1)
rubocop-rspec (2.27.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-audio (1.6.1)
ruby-mp3info (0.8.10)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.18.1)
base64 (~> 0.2)
Expand Down Expand Up @@ -375,7 +373,7 @@ GEM
tilt (>= 2.1.0)
stringio (3.1.0)
temple (0.10.3)
thor (1.3.0)
thor (1.3.1)
tilt (2.3.0)
timeout (0.4.1)
trailblazer-option (0.1.2)
Expand Down
2 changes: 1 addition & 1 deletion spec/features/homepage_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# Years
years = page.all('ul.item_list li h2.wider')
expect(years.first.text).to eq('2023')
expect(years.first.text).to eq('2024')
expect(years.last.text).to eq('1983-1987')

# Venue stats
Expand Down

0 comments on commit 283f450

Please sign in to comment.