Skip to content

Commit 01beefc

Browse files
committed
Update scenic gem
1 parent fc9895a commit 01beefc

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ gem 'rollbar', '~> 3.1'
6565

6666
# https://github.com/scenic-views/scenic
6767
# combine issues/tasks for searching
68-
# scenic 1.9 requires ruby 3.1
69-
gem 'scenic', '~> 1.8.0'
68+
gem 'scenic', '~> 1.9'
7069

7170
group :development, :test do
7271
# Call 'byebug' anywhere in the code to stop execution and get a debugger

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ GEM
397397
sawyer (0.9.3)
398398
addressable (>= 2.3.5)
399399
faraday (>= 0.17.3, < 3)
400-
scenic (1.8.0)
400+
scenic (1.9.0)
401401
activerecord (>= 4.0.0)
402402
railties (>= 4.0.0)
403403
scss_lint (0.60.0)
@@ -497,7 +497,7 @@ DEPENDENCIES
497497
rspec_junit_formatter (~> 0.4.1)
498498
rubocop (~> 1.71.0)
499499
rubocop-rails (~> 2)
500-
scenic (~> 1.8.0)
500+
scenic (~> 1.9)
501501
scss_lint (~> 0.59)
502502
scss_lint_reporter_junit (~> 0.1)
503503
selenium-webdriver (~> 4.26)

0 commit comments

Comments
 (0)