Skip to content

Commit

Permalink
Drop supports to bin/pr-reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed May 11, 2021
1 parent 1ce4442 commit 3037422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# frozen_string_literal: true
#
# ATENTION: do not change this lines numbers as this works with bin/pr_reviewer.bash
organization = 'decidim'
branch = 'release/0.23-stable'
# You can make changes after this line.

source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = {git: "https://github.com/#{organization}/decidim", branch: branch}
DECIDIM_VERSION = {git: "https://github.com/decidim/decidim", branch: 'release/0.23-stable'}

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
Expand Down
76 changes: 0 additions & 76 deletions bin/pr-reviewer

This file was deleted.

0 comments on commit 3037422

Please sign in to comment.