Skip to content

Commit 834c3ae

Browse files
author
vitalie
committed
Gemfile updates
1 parent 39a2872 commit 834c3ae

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

Gemfile

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# frozen_string_literal: true
22

33
source 'https://rubygems.org'
4+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
45

5-
if ENV.key?('DYNO')
6-
ruby File.read(File.expand_path('.ruby-version', __dir__)).strip
7-
end
8-
9-
def gh(slug)
10-
"https://github.com/#{slug}"
11-
end
6+
ruby File.read(File.expand_path('.ruby-version', __dir__)).strip
127

138
gem 'activesupport', '~> 4.0'
149
gem 'addressable', '~> 2.3'
@@ -17,10 +12,10 @@ gem 'coder'
1712
gem 'connection_pool'
1813
gem 'faraday'
1914
gem 'faraday_middleware'
20-
gem 'jemalloc', git: gh('joshk/jemalloc-rb')
15+
gem 'jemalloc', github: 'joshk/jemalloc-rb'
2116
gem 'jwt', '~> 1.5'
2217
gem 'metriks', '0.9.9.6'
23-
gem 'metriks-librato_metrics', git: gh('eric/metriks-librato_metrics')
18+
gem 'metriks-librato_metrics', github: 'eric/metriks-librato_metrics'
2419
gem 'minitar'
2520
gem 'mocha', require: false, group: %i[development test]
2621
gem 'parallel_tests', require: false, group: %i[development test]
@@ -41,9 +36,9 @@ gem 'sinatra'
4136
gem 'sinatra-contrib'
4237
gem 'travis'
4338
gem 'travis-config'
44-
gem 'travis-github_apps', git: gh('travis-ci/travis-github_apps')
45-
gem 'travis-rollout', git: gh('travis-ci/travis-rollout')
46-
gem 'travis-support', git: gh('travis-ci/travis-support')
39+
gem 'travis-github_apps', github: 'travis-ci/travis-github_apps'
40+
gem 'travis-rollout', github: 'travis-ci/travis-rollout'
41+
gem 'travis-support', github: 'travis-ci/travis-support'
4742

4843
gem "octokit", "~> 4.18"
4944
gem 'rest-client'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
GIT
2-
remote: https://github.com/eric/metriks-librato_metrics
2+
remote: https://github.com/eric/metriks-librato_metrics.git
33
revision: 3acb88b36c014a8b93bdd91a867c1b3db781ad4e
44
specs:
55
metriks-librato_metrics (1.0.6)
66
metriks (>= 0.9.9.6)
77

88
GIT
9-
remote: https://github.com/joshk/jemalloc-rb
9+
remote: https://github.com/joshk/jemalloc-rb.git
1010
revision: 8c9dbef98f6bd4f96b371ec336b7e0c4fdc02d49
1111
specs:
1212
jemalloc (1.4.5)
1313

1414
GIT
15-
remote: https://github.com/travis-ci/travis-github_apps
15+
remote: https://github.com/travis-ci/travis-github_apps.git
1616
revision: c96dc9330849ff3e2ccd7c9d00005a1a96c1a4b6
1717
specs:
1818
travis-github_apps (0.2.1)
@@ -23,13 +23,13 @@ GIT
2323
redis
2424

2525
GIT
26-
remote: https://github.com/travis-ci/travis-rollout
26+
remote: https://github.com/travis-ci/travis-rollout.git
2727
revision: c79c6d0c76da98ed50b9a3edb30399d7aba8a7e2
2828
specs:
2929
travis-rollout (0.0.1)
3030

3131
GIT
32-
remote: https://github.com/travis-ci/travis-support
32+
remote: https://github.com/travis-ci/travis-support.git
3333
revision: 77f8dad236002e6103cfdb796308e1a11d8d441e
3434
specs:
3535
travis-support (0.0.1)
@@ -105,7 +105,7 @@ GEM
105105
minitest (5.14.0)
106106
mocha (1.7.0)
107107
metaclass (~> 0.0.1)
108-
msgpack (1.2.4)
108+
msgpack (1.7.0)
109109
multi_json (1.14.1)
110110
multipart-post (2.1.1)
111111
mustermann (1.1.1)
@@ -117,7 +117,7 @@ GEM
117117
octokit (4.18.0)
118118
faraday (>= 0.9)
119119
sawyer (~> 0.8.0, >= 0.5.3)
120-
optimist (3.0.0)
120+
optimist (3.0.1)
121121
parallel (1.12.1)
122122
parallel_tests (2.23.0)
123123
parallel
@@ -144,7 +144,7 @@ GEM
144144
rb-fsevent (0.10.3)
145145
rb-inotify (0.9.10)
146146
ffi (>= 0.5.0, < 2)
147-
rbtrace (0.4.11)
147+
rbtrace (0.4.14)
148148
ffi (>= 1.0.6)
149149
msgpack (>= 0.4.3)
150150
optimist (>= 3.0.0)

0 commit comments

Comments
 (0)