Skip to content

Commit

Permalink
Update ruby version to 2.6.6 (#48)
Browse files Browse the repository at this point in the history
* Update ruby version to 2.6.6

* For executing CI

* test

* Update mimemagic

* Update bundler version
  • Loading branch information
fshin1988 authored May 3, 2021
1 parent 5bec36d commit 2c0b1e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.6.6
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby

rvm:
- 2.5.0
- 2.6.6

services:
- postgresql
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.5.0'
ruby '2.6.6'

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
Expand Down Expand Up @@ -38,6 +38,7 @@ gem 'puma_worker_killer'
gem 'twitter'
gem 'activerecord-precounter'
gem 'loofah', '>= 2.2.3'
gem "mimemagic", "~> 0.3.10"

group :development, :test do
gem 'byebug', platform: :mri
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (0.9.12)
method_source (0.9.2)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.9.4)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
Expand Down Expand Up @@ -467,6 +469,7 @@ DEPENDENCIES
launchy
listen (~> 3.0.5)
loofah (>= 2.2.3)
mimemagic (~> 0.3.10)
mini_magick
pg
poltergeist
Expand Down Expand Up @@ -499,7 +502,7 @@ DEPENDENCIES
webpacker (~> 3.0)

RUBY VERSION
ruby 2.5.0p0
ruby 2.6.6p146

BUNDLED WITH
1.16.2
2.2.16

0 comments on commit 2c0b1e4

Please sign in to comment.