Skip to content

Commit

Permalink
For v1.5 revert Ruby to v2.7.6 for compatibility reasons (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Walters authored May 24, 2022
1 parent d5ec939 commit 8e6faaa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
2.7.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.1-alpine3.15
FROM ruby:2.7.6-alpine3.15

# These are needed to support building native extensions during
# bundle install step
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the following line to use 'http://'
source 'https://rubygems.org'

ruby "3.1.1"
ruby "2.7.6"

# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.5.1)
activesupport (6.1.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -194,7 +194,7 @@ DEPENDENCIES
wdm (~> 0.1.0)

RUBY VERSION
ruby 3.1.1
ruby 2.7.6

BUNDLED WITH
2.3.7
2.1.4
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Crown Copyright (Ministry of Justice)
Copyright (c) 2020-2022 Crown Copyright (Ministry of Justice)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 8e6faaa

Please sign in to comment.