Skip to content

Commit

Permalink
Fix bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 8, 2024
1 parent efe5c1e commit 68b0e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
mkdir -p ~/tmp/capybara
mkdir ~/rspec
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bin/rails db:create
Expand Down
2 changes: 0 additions & 2 deletions lib/tasks/entry.rake
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ namespace :entry do
words_counter = WordsCounted.count(entries_bodies)
total_words = words_counter.token_count.to_f
avg_words = total_words / user_entries.count
total_chars = entries_bodies.length
avg_chars = total_chars / user_entries.count
csv << [
user.id,
user.email,
Expand Down

0 comments on commit 68b0e71

Please sign in to comment.