Skip to content

Commit

Permalink
Bundle update 6.1.7.6
Browse files Browse the repository at this point in the history
* Bump Rails to 6.1.7.6
* Bump Ruby to 3.0.6
  • Loading branch information
Reyko committed Oct 30, 2023
1 parent d3d6507 commit eca13f3
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.7
3.0.6
9 changes: 3 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
source 'https://rubygems.org'

gem 'rails', '6.0.6.1'
gem 'rails', '6.1.7.6'
# This needs to be in here for Heroku
ruby '2.6.7'
ruby '3.0.6'

gem 'activerecord-safer_migrations'
gem 'base32-crockford', require: 'base32/crockford'
gem 'business', '1.18.0'
gem 'bootsnap', require: false
gem 'connection_pool'
gem 'draper'
gem 'excon', '0.62.0' # There is an issue with subsequent versions where there is a
# regression, which isn't fixed in any future versions. An agreement has been reached
# within the team to pin Excon to the current version, with the plan to
# replace it with another HTTP client, probably Faraday.
gem 'excon'
gem 'govuk_elements_rails'
gem 'govuk_frontend_toolkit', '8.2.0'
gem 'govuk_template'
Expand Down
Loading

0 comments on commit eca13f3

Please sign in to comment.