Skip to content

Commit

Permalink
Add version to the missing gems
Browse files Browse the repository at this point in the history
  • Loading branch information
luciagirasoles committed Sep 2, 2024
1 parent 7ee40e6 commit 48a758d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,20 @@ gem 'httpparty', '~> 0.2'
# pagination
gem 'pagy', '~> 6.2'

# timezones
gem 'tzinfo-data', '~> 2.0',platforms: %i[mingw mswin x64_mingw jruby]

# Explicitly depend on and compile nokogiri
# so we can run CI on Ruby head
gem 'nokogiri', '~> 1.16', force_ruby_platform: true

group :development, :test do
# Annotate models, routes, fixtures, and others based on the database schema
gem 'annotate', '~> 3.2.0'

# Call 'byebug' anywhere in the code to stop execution and get a
# debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]

# Generates fake data
gem 'faker', '~> 2.18.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ PLATFORMS
DEPENDENCIES
annotate (~> 3.2.0)
bootsnap (>= 1.18.4)
byebug
byebug (~> 11.1.3)
capybara (>= 3.39.2)
cssbundling-rails (~> 1.1)
debug (~> 1.7.1)
Expand Down Expand Up @@ -460,7 +460,7 @@ DEPENDENCIES
stimulus-rails (~> 1.2.1)
truncate_html (~> 0.9.3)
turbo-rails (~> 1.4.0)
tzinfo-data
tzinfo-data (~> 2.0)
web-console (>= 4.1.0)

RUBY VERSION
Expand Down

0 comments on commit 48a758d

Please sign in to comment.