Skip to content

Commit

Permalink
Update Ruby to 2.5.3
Browse files Browse the repository at this point in the history
Also update gems
  • Loading branch information
tagliala committed Oct 19, 2018
1 parent 6f5396e commit 29a9f2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: ruby
sudo: false
rvm:
- 2.5.1
- 2.5.3
services:
- mongodb
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '2.5.1'
ruby '2.5.3'
gem 'rails', '5.2.1'

# Servers
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Expand Up @@ -56,7 +56,7 @@ GEM
airbrake-ruby (2.12.0)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.2.0)
autoprefixer-rails (9.2.1)
execjs
bcrypt (3.1.12)
better_errors (2.5.0)
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
railties (>= 3.0.0)
faker (1.9.1)
i18n (>= 0.7)
faraday (0.12.2)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
globalid (0.4.1)
Expand All @@ -147,7 +147,7 @@ GEM
hashie (3.5.7)
htmlentities (4.3.4)
http_accept_language (2.1.1)
i18n (1.1.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
i18n-js (3.0.11)
i18n (>= 0.6.6, < 2)
Expand All @@ -161,7 +161,7 @@ GEM
regexp_parser (~> 1.1)
regexp_property_values (~> 0.3)
json (2.1.0)
jwt (1.5.6)
jwt (2.1.0)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
Expand Down Expand Up @@ -232,9 +232,9 @@ GEM
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
rabl (0.13.1)
activesupport (>= 2.3.14)
rack (2.0.5)
rack-contrib (2.0.1)
rack-contrib (2.1.0)
rack (~> 2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -312,7 +312,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.1)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
Expand Down Expand Up @@ -405,7 +405,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.8)
timeliness (0.3.8)
tins (1.16.3)
tins (1.17.0)
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
Expand Down Expand Up @@ -511,7 +511,7 @@ DEPENDENCIES
webmock (~> 3.4)

RUBY VERSION
ruby 2.5.1p57
ruby 2.5.3p105

BUNDLED WITH
1.16.2
1.16.5

0 comments on commit 29a9f2c

Please sign in to comment.