Skip to content

Commit

Permalink
Release 28/01/21 (#762)
Browse files Browse the repository at this point in the history
* Make subscription queries comply with ES7 (#757)

* Make subscription queries comply with ES7

* Remove unused constant

* Refactor SubscriptionFinder

* Bump up Ruby version (#759)
  • Loading branch information
rafa-garcia authored Jan 28, 2021
1 parent ca89a10 commit f7dcc08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
parallelism: 3
working_directory: ~/export-opportunities
docker:
- image: circleci/ruby:2.7.0-node-browsers-legacy
- image: circleci/ruby:2.7.2-node-browsers-legacy
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.7.0
2.7.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.7.0'
ruby '2.7.2'

gem 'rails', '6.0.3.3'
gem 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ DEPENDENCIES
yajl-ruby (>= 1.3.1)

RUBY VERSION
ruby 2.7.0p0
ruby 2.7.2p137

BUNDLED WITH
2.1.4

0 comments on commit f7dcc08

Please sign in to comment.