Skip to content

Commit

Permalink
Merge pull request #1013 from uwent/update-2
Browse files Browse the repository at this point in the history
Update 2
  • Loading branch information
bzbradford authored Dec 17, 2024
2 parents 3ad5eac + 203955e commit 5eab59e
Show file tree
Hide file tree
Showing 30 changed files with 1,006 additions and 920 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
ruby: circleci/ruby@2.1.4
ruby: circleci/ruby@2.3.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
source "https://rubygems.org"

gem "rails", "~> 7.1"
gem "railties", "~> 7.1"
gem "activesupport", "~> 7.1"
gem "rails", "~> 8.0"
gem "railties", "~> 8.0"
gem "activesupport", "~> 8.0"
gem "pg"
gem "httparty"
gem "vite_rails"
gem "sassc-rails"
gem "jsbundling-rails"
gem "terser"
gem "csv" # no longer default gem, but it's being loaded by a gem and throwing a warning
gem "ostruct" # no longer a default gem as of 3.3.6

group :development do
gem "puma"
Expand Down Expand Up @@ -37,7 +38,7 @@ end

group :test do
gem "simplecov"
gem "net-pop" # temporarily require to fix gem installation on circleci?
gem "net-protocol" # temporarily require to fix gem installation on circleci?
gem "net-pop" # temporarily require to fix gem installation on circleci?
gem "net-protocol" # temporarily require to fix gem installation on circleci?
gem "webmock"
end
Loading

0 comments on commit 5eab59e

Please sign in to comment.