Skip to content

Commit

Permalink
Update dependencies for early October 2022 (#676)
Browse files Browse the repository at this point in the history
* yarn.lock: Update terser

* yarn.lock: Dedupe dependencies

* ruby: Bump Ruby from 3.1.0 to 3.1.2
  (Was recently updated from 2.7.6 to 3.1.0 in PR 675)
  • Loading branch information
DeeDeeG authored Oct 10, 2022
1 parent df47564 commit b77d752
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.2
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.0-slim
FROM ruby:3.1.2-slim

# Add basic binaries
RUN apt-get update \
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 '3.1.0'
ruby '3.1.2'

gem 'rails', '6.1.7'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ DEPENDENCIES
webpacker (~> 5)

RUBY VERSION
ruby 3.1.0p0
ruby 3.1.2p20

BUNDLED WITH
2.3.3
2.3.7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please also read our [Code of Conduct](https://github.com/RefugeRestrooms/refuge

## Tech

* Ruby Version - ruby-2.7.6
* Ruby Version - ruby-3.1.2
* Ruby on Rails
* RSpec
* Javascript
Expand Down
Loading

0 comments on commit b77d752

Please sign in to comment.