Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #169 from OpenCSPM/build
Browse files Browse the repository at this point in the history
security updates
  • Loading branch information
joshlarsen authored May 10, 2021
2 parents 2d734b9 + 1d88423 commit d88a990
Show file tree
Hide file tree
Showing 8 changed files with 1,042 additions and 960 deletions.
4 changes: 2 additions & 2 deletions docker/.dockerdev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG RUBY_VERSION=2.6.6
ARG RUBY_VERSION=2.7.3
FROM ruby:$RUBY_VERSION-slim-buster

ARG PG_MAJOR=13
ARG NODE_MAJOR=12
ARG BUNDLER_VERSION=2.0.2
ARG BUNDLER_VERSION=2.1.4
ARG YARN_VERSION=1.22.5

# Common dependencies
Expand Down
4 changes: 2 additions & 2 deletions docker/.dockerdev/Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG RUBY_VERSION=2.6.6
ARG RUBY_VERSION=2.7.3
FROM ruby:$RUBY_VERSION-slim-buster

ARG PG_MAJOR=13
ARG NODE_MAJOR=12
ARG BUNDLER_VERSION=2.0.2
ARG BUNDLER_VERSION=2.1.4
ARG YARN_VERSION=1.22.5

# Common dependencies
Expand Down
4 changes: 2 additions & 2 deletions docker/Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.6'
ruby '2.7.3'

gem 'rails', '~> 6.0.3', '>= 6.0.3.5'
gem 'rails', '~> 6.1.3', '>= 6.1.3'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 4.1'
gem 'bootsnap', '>= 1.4.2', require: false
Expand Down
Loading

0 comments on commit d88a990

Please sign in to comment.