Skip to content

Commit

Permalink
Merge pull request #99 from gmcgibbon/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
gmcgibbon authored Dec 30, 2024
2 parents 6113d85 + 5109180 commit 7e23ab7
Show file tree
Hide file tree
Showing 14 changed files with 270 additions and 235 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: ruby/setup-ruby@v1
name: Setup Ruby
with:
ruby-version: 3.3.0
ruby-version: 3.4.1
- name: 💅🏼 Lint
run: |
bundle install
bundle exec rubocop
bin/rubocop
- name: 🧪 Test App
run: |
bundle install
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ require:
- rubocop-capybara

AllCops:
TargetRubyVersion: 3.3.0
TargetRubyVersion: 3.4.1
Exclude:
- bin/bundle
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.0"
ruby "3.4.1"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", github: "rails/rails"
Expand All @@ -16,7 +16,7 @@ gem "turbo-rails"
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
gem "stimulus-rails"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.7"
gem "jbuilder"
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
Expand Down
Loading

0 comments on commit 7e23ab7

Please sign in to comment.