Gardening

- Upgrade to Ruby 2.5
- Update dependencies
This commit is contained in:
Hakan Ensari 2017-12-31 16:35:03 +00:00
parent cc47cff65f
commit 3e78e0ab6e
6 changed files with 20 additions and 32 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.bundle
.env
pkg

View File

@ -1,5 +0,0 @@
# frozen_string_literal: true
Pry.config.editor = 'vim'
require './config/environment'
puts "Loading #{App.env}"

View File

@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Documentation:
Enabled: false
Metrics/BlockLength:

View File

@ -1 +1 @@
ruby 2.4.2
ruby 2.5.0

View File

@ -2,7 +2,7 @@
source 'http://rubygems.org'
ruby '2.4.2'
ruby '2.5.0'
gem 'fixer'
gem 'kgio'
@ -17,7 +17,6 @@ gem 'unicorn'
group :development do
gem 'minitest'
gem 'minitest-around'
gem 'pry'
gem 'rack-test'
gem 'rubocop'
gem 'shotgun'

View File

@ -2,47 +2,41 @@ GEM
remote: http://rubygems.org/
specs:
ast (2.3.0)
coderay (1.1.2)
et-orbi (1.0.8)
tzinfo
fixer (0.7.0)
kgio (2.11.0)
method_source (0.9.0)
fixer (1.0.0)
kgio (2.11.1)
minitest (5.10.3)
minitest-around (0.4.0)
minitest (~> 5.0)
mustermann (1.0.1)
oj (3.3.9)
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
pg (0.21.0)
powerpack (0.1.1)
pry (0.11.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.3)
rack-cors (1.0.2)
rack-protection (2.0.0)
rack
rack-test (0.7.0)
rack-test (0.8.2)
rack (>= 1.0, < 3)
rainbow (2.2.2)
rake
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.2.1)
rubocop (0.51.0)
rake (12.3.0)
rubocop (0.52.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
sequel (5.2.0)
sequel_pg (1.8.0)
sequel (5.3.0)
sequel_pg (1.8.1)
pg (>= 0.18.0)
sequel (>= 4.34.0)
shotgun (0.9.2)
@ -57,7 +51,7 @@ GEM
tzinfo (1.2.4)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
unicorn (5.3.1)
unicorn (5.4.0)
kgio (~> 2.6)
raindrops (~> 0.7)
@ -70,7 +64,6 @@ DEPENDENCIES
minitest
minitest-around
oj
pry
rack-cors
rack-test
rake
@ -82,7 +75,7 @@ DEPENDENCIES
unicorn
RUBY VERSION
ruby 2.4.2p198
ruby 2.5.0p0
BUNDLED WITH
1.16.0
1.16.1