Skip to content

Commit

Permalink
Merge pull request #378 from uclibs/upgrade/bootstrap5
Browse files Browse the repository at this point in the history
Upgrade to Bootstrap 5
  • Loading branch information
Janell-Huyck authored Nov 15, 2024
2 parents 3e93a7f + 3fc7b48 commit 680e596
Show file tree
Hide file tree
Showing 49 changed files with 1,058 additions and 981 deletions.
12 changes: 7 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.3.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.7.8'
gem 'rails', '~> 6.1.7.10'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'

Expand All @@ -16,7 +16,7 @@ gem 'net-protocol', '>= 0'
# Use nokogiri for java
gem 'nokogiri', '>= 1.16.5'
# Use Puma as the app server
gem 'puma', '>= 6.3.1'
gem 'puma', '>= 6.4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Devise for authentication
Expand All @@ -36,16 +36,18 @@ gem 'rails-controller-testing'
# Use rubocop for static code analysis
gem 'rubocop'
# bundler audit
gem 'rexml', '>= 3.3.2'
gem 'rexml', '>= 3.3.9'
gem 'rubocop-rails', require: false

# Needed with Rails upgrade
gem 'drb'
gem 'rubocop-rspec', require: false
# Use simplecov to generate the coveralls report in .html format
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false
# Use bootstrap css, jquery-rails gem for styling the components
gem 'bootstrap', '~> 4.3.1'
gem 'bootstrap', '~> 5.3.3'
gem 'jquery-rails'
gem 'sassc-rails', '~> 2.1' # SASSC adapter for Rails, needed for Bootstrap 5
# Use dotenv gem to store the environment variables
gem 'dotenv-rails'
# Use petergate for authorization
Expand Down
Loading

0 comments on commit 680e596

Please sign in to comment.