Skip to content

Commit

Permalink
Merge pull request #63 from Eric-Guo/master
Browse files Browse the repository at this point in the history
Fix  / for division deprecation warning in new sass and bump to Rails 6.1.4-4
  • Loading branch information
jasl authored Jan 3, 2022
2 parents 1d52a32 + afc0b0b commit ae7376f
Show file tree
Hide file tree
Showing 15 changed files with 2,729 additions and 2,447 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/ruby:2.7.3-node-browsers
- image: circleci/ruby:2.7.5-node-browsers
environment:
PG_HOST: 127.0.0.1
PG_USERNAME: cybros_test
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby ">= 2.6"
ruby ">= 2.7"

gem "rails", "~> 6.1.3"
gem "rails", "~> 6.1.4"
gem "rails-i18n"

# Use postgresql as the database for Active Record
Expand All @@ -29,7 +29,7 @@ gem "jbuilder"
# gem 'image_processing', '~> 1.2'

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.4", require: false
gem "bootsnap", ">= 1.9.3", require: false

gem "config"

Expand Down
Loading

0 comments on commit ae7376f

Please sign in to comment.