Skip to content

Commit

Permalink
bump ruby version and circle image
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 5, 2022
1 parent b973749 commit 3fc5df0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1
- image: cimg/ruby:2.7.0
working_directory: ~/repo
environment:
- JEKYLL_ENV: production
Expand All @@ -14,14 +14,14 @@ jobs:
- checkout
- restore_cache:
keys:
- rubygems-v1
- rubygems-v2
- run:
name: Bundle Install
command: |
cd ~/repo
bundle check || bundle install
- save_cache:
key: rubygems-v1
key: rubygems-v2
paths:
- vendor/bundle
- run:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

ruby '2.4.1'
ruby '2.7.0'

gem 'jekyll'
2 changes: 1 addition & 1 deletion docs/projects/slopi-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ parent: Projects

---

Please note: SLOPI was incubated at Good Labs but has moved to https://github.com/pdurbin/slopi-communication
Please note: SLOPI was incubated at Good Labs but has moved to [https://github.com/pdurbin/slopi-communication](https://github.com/pdurbin/slopi-communication)

0 comments on commit 3fc5df0

Please sign in to comment.