Skip to content

Commit f9c564f

Browse files
committed
update ruby version
and remove tzinfo gem
1 parent 4e0df5b commit f9c564f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.ruby-version

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

Gemfile

Lines changed: 1 addition & 4 deletions
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 '2.7'
4+
ruby '2.7.1'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 6.0.0'
@@ -49,6 +49,3 @@ group :test do
4949
# Easy installation and use of web drivers to run system tests with browsers
5050
gem 'webdrivers'
5151
end
52-
53-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
54-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,12 @@ DEPENDENCIES
212212
spring
213213
spring-watcher-listen (~> 2.0.0)
214214
turbolinks (~> 5)
215-
tzinfo-data
216215
web-console (>= 3.3.0)
217216
webdrivers
218217
webpacker (~> 4.0)
219218

220219
RUBY VERSION
221-
ruby 2.7.0p0
220+
ruby 2.7.1p83
222221

223222
BUNDLED WITH
224223
2.1.2

0 commit comments

Comments
 (0)