Skip to content

Commit

Permalink
Bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Jul 1, 2018
1 parent 85f3058 commit 5af3172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.alpine-ruby24
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk update && apk upgrade && apk --update add \


# Install
RUN gem install gitlab-mirror-pull -v 1.1.1
RUN gem install gitlab-mirror-pull -v 1.1.2

VOLUME /config.docker.yml
VOLUME /repositories
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.alpine-ruby25
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk update && apk upgrade && apk --update add \


# Install
RUN gem install gitlab-mirror-pull -v 1.1.1
RUN gem install gitlab-mirror-pull -v 1.1.2

VOLUME /config.docker.yml
VOLUME /repositories
Expand Down
2 changes: 1 addition & 1 deletion gitlab-mirror-pull.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'gitlab-mirror-pull'
s.required_ruby_version = '>= 2.3.1'
s.version = '1.1.1'
s.version = '1.1.2'
s.licenses = ['MIT']
s.summary = "Fetch repos from remote if set"
s.description = "Checks for gitlab repositories with a set remote and run git fetch on these. Features: send mail for reports/error, webhook integration, trigger pipeline"
Expand Down

0 comments on commit 5af3172

Please sign in to comment.