Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jun 23, 2024
1 parent 18e08ff commit a8a22d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ source 'https://rubygems.org'
ruby '2.4.10'
gem 'rails', '4.2.11.3'

gem 'crack', '0.4.5'

# Servers
gem 'puma', '~> 6.4'

Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
base64 (0.2.0)
bigdecimal (3.0.2)
builder (3.3.0)
byebug (11.1.3)
capybara (3.32.2)
Expand All @@ -63,8 +62,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.3)
crack (1.0.0)
bigdecimal
crack (0.4.5)
rexml
crass (1.0.6)
database_cleaner (1.99.0)
Expand Down Expand Up @@ -291,6 +289,7 @@ DEPENDENCIES
byebug (~> 11.1)
capybara (~> 3.32.0)
coffee-rails (~> 4.2)
crack (= 0.4.5)
database_cleaner (~> 1.99)
email_spec (~> 2.2)
factory_bot_rails (~> 5.2)
Expand Down

0 comments on commit a8a22d6

Please sign in to comment.