Skip to content

Commit

Permalink
Update ruby gem to work with Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Obsiye committed Feb 13, 2020
1 parent 2ca8014 commit b8c2852
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.0
references:
build_container_config: &build_container_config
docker:
- image: circleci/ruby:2.6.3-node-browsers
- image: circleci/ruby:2.6.5-node-browsers
environment:
GITHUB_TEAM_NAME_SLUG: laa-apply-for-legal-aid
- image: circleci/postgres:10.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.3-alpine3.10
FROM ruby:2.6.5-alpine3.10
MAINTAINER apply for legal aid team

ENV \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.3'
ruby '2.6.5'

gem 'aasm', '~> 5.0.6'
gem 'active_model_serializers', '~> 0.10.10'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
wicked_pdf

RUBY VERSION
ruby 2.6.3p62
ruby 2.6.5p114

BUNDLED WITH
2.0.2
2.1.4

0 comments on commit b8c2852

Please sign in to comment.