We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956551a commit 30a6ae4Copy full SHA for 30a6ae4
2 files changed
Gemfile
@@ -1,4 +1,4 @@
1
-ruby '2.5.0'
+ruby '2.5.1'
2
3
source 'https://rubygems.org'
4
Gemfile.lock
@@ -8,9 +8,9 @@ GIT
8
GEM
9
remote: https://rubygems.org/
10
specs:
11
- activesupport (5.1.5)
+ activesupport (5.1.6)
12
concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (~> 0.7)
+ i18n (>= 0.7, < 2)
14
minitest (~> 5.1)
15
tzinfo (~> 1.1)
16
addressable (2.5.2)
@@ -97,7 +97,7 @@ DEPENDENCIES
97
uswds-jekyll!
98
99
RUBY VERSION
100
- ruby 2.5.0p0
+ ruby 2.5.1p57
101
102
BUNDLED WITH
103
1.16.1
0 commit comments