Skip to content

Commit

Permalink
Merge branch 'release/0.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Sep 22, 2023
2 parents 53847a4 + f6b7f71 commit 04ed13a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ gem 'influxdb-client'
# A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. (https://rubyonrails.org)
gem 'activesupport'

# Timezone Data for TZInfo (https://tzinfo.github.io)
gem 'tzinfo-data'

group :development, :test do
# rspec-3.12.0 (http://github.com/rspec)
gem 'rspec'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ GEM
ruby-progressbar (1.13.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
vcr (6.2.0)
webmock (3.19.1)
Expand All @@ -91,6 +93,7 @@ DEPENDENCIES
rubocop
rubocop-rake
rubocop-rspec
tzinfo-data
vcr
webmock

Expand Down

0 comments on commit 04ed13a

Please sign in to comment.