Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Ruby to 2.4.5 #2995

Merged
merged 35 commits into from
Jun 3, 2019
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
12cec9b
update ruby-version to 2.4.6
jholton Apr 18, 2019
698d3a7
update webmock gem
jholton Apr 18, 2019
14a4cac
update json-schema gem
jholton Apr 18, 2019
aef1578
update sidekiq-scheduler gem
jholton Apr 19, 2019
1db3eea
fix specs
jholton Apr 19, 2019
3bba7d4
truncate keys
jholton Apr 19, 2019
d6a15e8
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton Apr 23, 2019
edb7b67
fix spec that utilizes `rufus-scheduler`. It now uses `Etorbi::EoTim…
jholton Apr 23, 2019
25006be
restore full secret_key_base
jholton Apr 26, 2019
ef204a7
merge in master
kreek May 9, 2019
95d7327
Gemfile.lock
kreek May 9, 2019
851f05c
set robocop target ruby v to 2.4.6, fix new offenses
kreek May 9, 2019
1ef1679
ensure bundled with 1.17.3
kreek May 9, 2019
666a205
rubocop target 2.4.5 not 2.4.6
omgitsbillryan May 9, 2019
70d750b
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton May 14, 2019
0453c85
reset Gemfile.lock to what is in master
jholton May 14, 2019
621110d
update `vets_json_schema`
jholton May 14, 2019
35e6074
update `connect_vbms`
jholton May 14, 2019
2683909
update `webmock`
jholton May 14, 2019
16338ff
update `json-schema`
jholton May 14, 2019
00b7898
upgrade `sidekiq-scheduler`
jholton May 14, 2019
271824a
update .ruby-version file to specify 2.4.5
jholton May 16, 2019
1cbf575
Update Dockerfile to specify Ruby 2.4.5
jholton May 16, 2019
8d6d425
update docs/setup/native.md to specify Ruby version 2.4.5
jholton May 16, 2019
4608216
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton May 16, 2019
aff322f
use safe navigation operator with `.match?` when evaluating response_…
jholton May 17, 2019
4c6ee31
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton May 17, 2019
e9ba0e9
change Makefile commands to use `rails` instead of `rake`
jholton May 17, 2019
d368735
remove unnecessary comment
jholton May 17, 2019
260ed8d
change syntax to set OpenSSL key to be compatible with OpenSSL 1.1
jholton May 17, 2019
b5b6988
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton May 17, 2019
3e2fa88
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton May 20, 2019
98f8cf4
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton May 30, 2019
181857b
Merge branch 'master' into jh_ruby_2.4_upgrade
jholton Jun 3, 2019
6fa6428
lint fix
jholton Jun 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rubocop target 2.4.5 not 2.4.6
  • Loading branch information
omgitsbillryan committed May 9, 2019
commit 666a205561b36a7f7895dead71c7b3e8d6c81263
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
TargetRailsVersion: 5.1
TargetRubyVersion: 2.4.6
TargetRubyVersion: 2.4.5
Include:
- '**/Gemfile'
- '**/config.ru'
Expand Down