Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #61 from RTICWDT/dev-updates
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
kynetiv authored Jan 16, 2019
2 parents 2f0e42c + 48c6683 commit 6a5c572
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
test-odm:
<<: *shared
docker:
- image: circleci/ruby:2.3.7
- image: circleci/ruby:2.3.8
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.7
2.3.8
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.7'
ruby '2.3.8'

# Distribute your app as a gem
# gemspec
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
actionview (5.2.1)
activesupport (= 5.2.1)
actionview (5.2.2)
activesupport (= 5.2.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (5.2.1)
activesupport (5.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -25,7 +25,7 @@ GEM
cf-app-utils (0.4)
coderay (1.1.0)
columnize (0.9.0)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
crass (1.0.4)
diff-lcs (1.2.5)
dotenv (2.0.2)
Expand All @@ -38,7 +38,7 @@ GEM
faraday
multi_json
enumerable-lazy (0.0.2)
erubi (1.7.1)
erubi (1.8.0)
erubis (2.7.0)
ethon (0.10.1)
ffi (>= 1.3.0)
Expand All @@ -62,16 +62,16 @@ GEM
method_source (0.8.2)
mime-types (2.99.3)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
moneta (0.8.1)
multi_json (1.12.1)
multipart-post (2.0.0)
mustermann19 (0.4.4)
enumerable-lazy
newrelic_rpm (3.18.1.330)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
oj (2.12.13)
padrino (0.13.3.4)
padrino-admin (= 0.13.3.4)
Expand Down Expand Up @@ -197,7 +197,7 @@ DEPENDENCIES
typhoeus

RUBY VERSION
ruby 2.3.7p456
ruby 2.3.8p459

BUNDLED WITH
1.16.2
1.17.1

0 comments on commit 6a5c572

Please sign in to comment.