Skip to content

Commit

Permalink
Revert "Upgrade ruby from v2.7.4 -> v2.7.5"
Browse files Browse the repository at this point in the history
This reverts commit 9102636.

My local version of nix provides ruby v2.7.4 when ruby_2_7 is specified
in shell.nix. If this breaks the GitHub Action build, I'll have to think
again.
  • Loading branch information
floehopper committed Jan 7, 2022
1 parent 9102636 commit 961eff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.5
FROM ruby:2.7.4

# Get info on latest versions of packages
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.7.5'
ruby '2.7.4'

gem 'middleman'
gem 'middleman-blog'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ DEPENDENCIES
sanitize

RUBY VERSION
ruby 2.7.5p203
ruby 2.7.4p191

BUNDLED WITH
2.1.4

0 comments on commit 961eff7

Please sign in to comment.