Skip to content

Commit

Permalink
Rails 6 update (still need to do something about rails-settings-cache…
Browse files Browse the repository at this point in the history
…d and railssettings-ui)
  • Loading branch information
Dantemss committed Oct 4, 2024
1 parent fa48004 commit 861e54f
Show file tree
Hide file tree
Showing 37 changed files with 646 additions and 489 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ git_source(:github) do |repo_name|
end

# Rails framework
gem 'rails', '~> 5.2'
gem 'rails-i18n', '~> 5'
gem 'rails', '6.0.6.1'
gem 'rails-i18n'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', require: false
Expand Down Expand Up @@ -35,10 +35,10 @@ gem 'lev', '~> 10.1.0'
gem 'bootstrap-sass', '~> 3.4.1'

# SCSS stylesheets
gem 'sass-rails', '~> 5.0'
gem 'sass-rails'

# Compass stylesheets
gem 'compass-rails', '~> 3.1.0'
gem 'compass-rails'

# CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '5.0.0'
Expand Down Expand Up @@ -151,10 +151,10 @@ gem 'awesome_print'
gem 'whenever', require: false

# Admin toggles
gem 'rails-settings-ui'
# gem 'rails-settings-ui', '1.3.4'

gem 'rails-settings-cached', '0.7.2'
gem 'dry-validation', '0.12.3'
# gem 'rails-settings-cached', '0.7.2'
# gem 'dry-validation'

# Respond to ELB healthchecks in /ping and /ping/
gem 'openstax_healthcheck'
Expand Down
Loading

0 comments on commit 861e54f

Please sign in to comment.