Skip to content

Commit

Permalink
Merge pull request #312 from alphagov/rubyver
Browse files Browse the repository at this point in the history
Remove Ruby version from Gemfile; upgrade local
  • Loading branch information
csutter authored Aug 6, 2024
2 parents b0cf6fa + c574206 commit 12605ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.3"

RAILS_GEMS_VERSION = "~> 7.1.3".freeze
gem "actionpack", RAILS_GEMS_VERSION
gem "activemodel", RAILS_GEMS_VERSION
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,5 @@ DEPENDENCIES
simplecov
timecop

RUBY VERSION
ruby 3.3.3p89

BUNDLED WITH
2.4.10

0 comments on commit 12605ee

Please sign in to comment.