Skip to content

Commit

Permalink
Merge pull request #84 from TruemarkDev/upgrade-app-template-ruby-ver…
Browse files Browse the repository at this point in the history
…sion

Upgrade app template and CI ruby version to 2.7.3
  • Loading branch information
abhaynikam authored Mar 12, 2024
2 parents b0369b9 + 3355310 commit 71be5e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.0
ruby-version: 2.7.3
bundler-cache: true
- name: Install Imagemagick
run: |
wget https://raw.githubusercontent.com/discourse/discourse_docker/master/image/base/install-imagemagick
wget https://raw.githubusercontent.com/discourse/discourse_docker/main/image/base/install-imagemagick
chmod +x install-imagemagick
sudo ./install-imagemagick
- name: Install gems
Expand Down
2 changes: 1 addition & 1 deletion tmp/templates/app_template/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.3
2 changes: 1 addition & 1 deletion tmp/templates/app_template/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.7.0'
ruby '2.7.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
Expand Down

0 comments on commit 71be5e3

Please sign in to comment.