Skip to content

Commit

Permalink
Update to 0.23-stable to bring bugfixes (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals authored Feb 3, 2021
1 parent fc168b2 commit 7cb9098
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 30 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/decidim_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,10 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: ruby/setup-ruby@master
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Recover dependency cache
uses: actions/cache@v1
with:
path: ./vendor/bundle
key: ${{ runner.OS }}-deps-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
${{ runner.OS }}-deps-${{ env.cache-name }}-
${{ runner.OS }}-deps-
${{ runner.OS }}-
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
name: Bundle install
bundler-cache: true
- run: bundle exec rake db:test:prepare
name: Setup database
- run: bundle exec rspec
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

ruby '2.7.2'

DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim.git', tag: 'v0.23.1' }
DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim.git', branch: 'release/0.23-stable' }

gem 'decidim', DECIDIM_VERSION
gem 'decidim-verify_wo_registration', git: "https://github.com/CodiTramuntana/decidim-verify_wo_registration.git"
Expand Down
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GIT

GIT
remote: https://github.com/decidim/decidim.git
revision: ac6191fa9b9ff2fa243a348142941334d8ee0ef8
tag: v0.23.1
revision: 9522fc326a435632ea5007c6cbb814a85e38888e
branch: release/0.23-stable
specs:
decidim (0.23.1)
decidim-accountability (= 0.23.1)
Expand Down Expand Up @@ -271,7 +271,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
anchored (1.1.0)
arel (9.0.0)
ast (2.4.1)
ast (2.4.2)
autoprefixer-rails (8.6.5)
execjs
axiom-types (0.1.1)
Expand All @@ -284,7 +284,7 @@ GEM
execjs (~> 2.0)
batch-loader (1.5.0)
bcrypt (3.1.16)
better_html (1.0.15)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
Expand All @@ -296,13 +296,13 @@ GEM
browser (2.7.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.34.0)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (1.3.1)
activemodel (>= 4.0.0)
Expand All @@ -320,7 +320,7 @@ GEM
actionpack (>= 3.0)
cells (>= 4.1.6, < 5.0.0)
charlock_holmes (0.7.7)
chef-utils (16.8.14)
chef-utils (16.9.32)
childprocess (3.0.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
Expand All @@ -333,7 +333,8 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
crack (0.4.4)
crack (0.4.5)
rexml
crass (1.0.6)
css_parser (1.8.0)
addressable
Expand Down Expand Up @@ -365,19 +366,20 @@ GEM
doc2text (0.4.3)
nokogiri (~> 1.11.1)
rubyzip (~> 2.3.0)
docile (1.3.4)
docile (1.3.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.4.0)
railties (>= 5)
doorkeeper-i18n (4.0.1)
equalizer (0.0.11)
erb_lint (0.0.30)
erb_lint (0.0.37)
activesupport
better_html (~> 1.0.7)
html_tokenizer
parser (>= 2.7.1.4)
rainbow
rubocop (~> 0.51)
rubocop
smart_properties
erbse (0.1.4)
temple
Expand Down Expand Up @@ -558,7 +560,7 @@ GEM
activerecord (>= 4.2)
request_store (~> 1.1)
parallel (1.20.1)
parser (2.7.2.0)
parser (3.0.0.0)
ast (~> 2.4.1)
pg (1.1.4)
pg_search (2.3.5)
Expand All @@ -572,7 +574,7 @@ GEM
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
public_suffix (4.0.6)
puma (5.1.1)
puma (5.2.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.5.2)
Expand Down Expand Up @@ -634,7 +636,7 @@ GEM
wisper (>= 1.6.1)
redcarpet (3.5.1)
redis (4.2.5)
regexp_parser (1.8.2)
regexp_parser (2.0.3)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -690,7 +692,7 @@ GEM
rubocop-rspec (1.41.0)
rubocop (>= 0.68.1)
ruby-ole (1.2.12.2)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
sass (3.7.4)
Expand Down Expand Up @@ -750,7 +752,7 @@ GEM
system_test_html_screenshots (0.1.2)
actionpack (>= 5.2, < 6.0.a)
temple (0.8.2)
terminal-table (2.0.0)
terminal-table (3.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0)
thread_safe (0.3.6)
Expand Down Expand Up @@ -783,7 +785,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.11.0)
webmock (3.11.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit 7cb9098

Please sign in to comment.