Skip to content

Commit

Permalink
Gem Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMitchell committed Jan 15, 2024
1 parent 82b962f commit f9f28e5
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.3.0
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.0'
ruby '3.3.0'
gem 'rexml' # Temporary until next version of rails

gem 'rails', '~> 6.1.1'
gem 'rails', '~> 7.1.2'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 5.1'

Expand Down
Loading

0 comments on commit f9f28e5

Please sign in to comment.