Skip to content

Commit

Permalink
change gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julen Godoy committed May 29, 2023
1 parent 5b4bc2b commit 2648849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ RUN apt-get update && apt-get install \
--allow-change-held-packages \
git build-essential \
libffi-dev && apt clean
# git build-essential libffi-dev \
# && apt clean

# To get gems from git
COPY docker/gitconfig /root/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions xlsx_writer_wrapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'ffi', '~> 1.9'
spec.add_runtime_dependency 'ffi', '~> 1.14'

spec.add_development_dependency "bundler", "> 1.11"
spec.add_development_dependency "bundler", "> 2.3"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit 2648849

Please sign in to comment.