Skip to content

Commit a7b3136

Browse files
Update dependency ruby-fann to v1.4.1
1 parent 3ace89b commit a7b3136

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gem 'rack-test', '2.1.0'
3939
gem 'rake', '13.0.6', require: false
4040
gem 'rubocop', '1.55.1', require: false
4141
gem 'rubocop-rspec', '2.23.2', require: false
42-
gem 'ruby-fann', '1.4.0'
42+
gem 'ruby-fann', '1.4.1'
4343
gem 'sass', '3.7.4'
4444
gem 'sentry-raven', '3.1.2'
4545
gem 'simplecov', '0.22.0'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ GEM
146146
rubocop (~> 1.33)
147147
rubocop-capybara (~> 2.17)
148148
rubocop-factory_bot (~> 2.22)
149-
ruby-fann (1.4.0)
149+
ruby-fann (1.4.1)
150150
ruby-filemagic (0.7.3)
151151
ruby-progressbar (1.13.0)
152152
ruby2_keywords (0.0.5)
@@ -228,7 +228,7 @@ DEPENDENCIES
228228
rake (= 13.0.6)
229229
rubocop (= 1.55.1)
230230
rubocop-rspec (= 2.23.2)
231-
ruby-fann (= 1.4.0)
231+
ruby-fann (= 1.4.1)
232232
sass (= 3.7.4)
233233
sentry-raven (= 3.1.2)
234234
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)