Skip to content

Commit

Permalink
Merge branch 'release/0.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Sep 3, 2024
2 parents 2065924 + 9b9ae48 commit 7e189ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ gem 'oj'
# CSV Reading and Writing (https://github.com/ruby/csv)
gem 'csv'

# Support for encoding and decoding binary data using a Base64 representation. (https://github.com/ruby/base64)
gem 'base64'

group :development do
# Guard gem for RSpec (https://github.com/guard/guard-rspec)
gem 'guard-rspec', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
lumberjack (1.2.10)
method_source (1.1.0)
nenv (0.3.0)
Expand Down Expand Up @@ -94,18 +94,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.2)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -142,6 +141,7 @@ PLATFORMS

DEPENDENCIES
amazing_print
base64
csv
dotenv
guard-rspec
Expand Down
1 change: 1 addition & 0 deletions lib/local_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def current_state
21, # OWN CONSUMPTION
54, # ABSORPTION PHASE
56, # PEAK-SHAVING: WAIT
89, # SPARE CAPACITY
].freeze

def current_state_ok
Expand Down

0 comments on commit 7e189ff

Please sign in to comment.