Skip to content

Commit

Permalink
Merge branch 'master' into branch-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Mar 26, 2021
2 parents 6bfc8e0 + 000e167 commit 84fa35b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/images/primary/Dockerfile-jruby-9.2-latest
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN set -ex; \
locales sudo openssh-client ca-certificates tar gzip parallel \
net-tools netcat unzip zip bzip2 gnupg curl wget \
tzdata rsync vim \
build-essential; \
build-essential \
shared-mime-info; \
rm -rf /var/lib/apt/lists/*;

# Set timezone to UTC by default
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ elsif Gem::Version.new('2.5.0') <= Gem::Version.new(RUBY_VERSION) \
gem 'pg', platform: :ruby
gem 'activerecord-jdbcpostgresql-adapter', '>= 60.2', platform: :jruby
gem 'presto-client', '>= 0.5.14'
gem 'qless'
gem 'qless', (RUBY_PLATFORM == 'java' ? '0.10.0' : '>= 0') # Newer releases require `rusage`, which is not available for JRuby
gem 'racecar', '>= 0.3.5'
gem 'rack'
gem 'rack-test'
Expand Down

0 comments on commit 84fa35b

Please sign in to comment.