Skip to content

Commit

Permalink
#474 up
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jul 15, 2024
1 parent d9d3859 commit 36cbfee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ gem 'sibit', '0.25.1'
gem 'simplecov', '0.22.0', require: false
gem 'sinatra', '~>3.0'
gem 'sinatra-contrib', '~>3.0'
gem 'svg-graph', '2.1.3'
gem 'syncem', '0.2.0'
gem 'svg-graph', '~>2.2'
gem 'syncem', '~>0'
gem 'telebot', '~>0'
gem 'telepost', '>=0.3.1'
gem 'thin', '1.8.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ GEM
hashie
version_gem (~> 1.1, >= 1.1.1)
strscan (3.1.0)
svg-graph (2.1.3)
svg-graph (2.2.2)
syncem (0.2.0)
sys-proctable (1.3.0)
ffi (~> 1.1)
Expand Down Expand Up @@ -405,8 +405,8 @@ DEPENDENCIES
simplecov (= 0.22.0)
sinatra (~> 3.0)
sinatra-contrib (~> 3.0)
svg-graph (= 2.1.3)
syncem (= 0.2.0)
svg-graph (~> 2.2)
syncem (~> 0)
telebot (~> 0)
telepost (>= 0.3.1)
thin (= 1.8.2)
Expand Down

0 comments on commit 36cbfee

Please sign in to comment.