Skip to content

Commit

Permalink
Merge pull request #277 from moneyadviceservice/rails-update
Browse files Browse the repository at this point in the history
Rails update
  • Loading branch information
benlovell authored Feb 14, 2024
2 parents c967c2c + 850640c commit edf2b37
Show file tree
Hide file tree
Showing 24 changed files with 421 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
3.2.2
1 change: 0 additions & 1 deletion Dangerfile

This file was deleted.

17 changes: 10 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
ruby File.read('.ruby-version', &:readline)
ruby IO.read('.ruby-version').chomp

source 'https://rubygems.org'

source 'https://gem.fury.io/h_app288206558' do
gem 'dough-ruby', '~> 5.28'
gem 'mas-cms-client', '1.18.0'
gem 'site_search', '0.2.0'
end

gem 'rails', '~> 5.0.7'
# Force Bundler to use SSL
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Dependency
gem 'dough-ruby', github: 'moneyadviceservice/dough', branch: 'PostMessages_v5.45'
gem 'mas-cms-client', github: 'moneyadviceservice/mas-cms-client', branch: 'upgrade-ruby'

gem 'rails', '~> 6.1.7'

gem 'algoliasearch'
gem 'autoprefixer-rails'
gem 'bowndler', '~> 1.0'
gem 'jbuilder', '~> 2.5'
gem 'meta-tags'
gem 'newrelic_rpm'
gem 'nokogiri'
gem 'okcomputer'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'puma'
gem 'rack-canonical-host'
gem 'rexml'

group :production do
gem 'rails_12factor'
Expand All @@ -31,8 +36,6 @@ group :development, :test do
gem 'brakeman', require: false
gem 'capybara'
gem 'cucumber-rails', require: false
gem 'danger', require: false
gem 'danger-rubocop', require: false
gem 'dotenv-rails'
gem 'launchy'
gem 'pry-byebug'
Expand Down
Loading

0 comments on commit edf2b37

Please sign in to comment.