Skip to content

Commit 44b05b1

Browse files
committed
Merge branch 'develop'
2 parents 7b8837b + ecc80e7 commit 44b05b1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0.2-buster
1+
FROM ruby:3.1.2-buster
22

33
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [TableStructure](https://github.com/jsmmr/ruby_table_structure) sample
1+
# [TableStructure](https://github.com/jsmmr/ruby_table_structure) example
22

3-
[![CircleCI](https://circleci.com/gh/jsmmr/ruby_table_structure_sample/tree/master.svg?style=svg)](https://circleci.com/gh/jsmmr/ruby_table_structure_sample/tree/master)
3+
[![CircleCI](https://circleci.com/gh/jsmmr/ruby_table_structure_example/tree/master.svg?style=svg)](https://circleci.com/gh/jsmmr/ruby_table_structure_example/tree/master)
44

55
## Ruby on Rails
66

rails/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.0.2
1+
ruby-3.1.2

rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.0.2'
4+
ruby '3.1.2'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
77
gem 'rails', '~> 6.1.4'

rails/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ DEPENDENCIES
221221
web-console (>= 4.1.0)
222222

223223
RUBY VERSION
224-
ruby 3.0.2p107
224+
ruby 3.1.2p20
225225

226226
BUNDLED WITH
227227
2.2.11

0 commit comments

Comments
 (0)