-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
2,111 additions
and
613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
source 'https://rubygems.org' | ||
git_source(:github) { |repo| "https://github.com/labimotion/#{repo}.git" } | ||
|
||
ruby '2.7.8' | ||
|
||
gem 'bootsnap', '>= 1.13.0', require: false | ||
|
||
group :development, :test do | ||
gem 'byebug', platforms: %i[mri mingw x64_mingw] | ||
end | ||
|
||
group :development do | ||
gem 'web-console', '>= 4.2.0' | ||
gem 'listen', '~> 3.3' | ||
gem 'rack-mini-profiler', '~> 2.0' | ||
gem 'spring' | ||
end | ||
|
||
group :test do | ||
gem 'capybara', '>= 3.26' | ||
gem 'selenium-webdriver', '>= 4.0.0.rc1' | ||
gem 'webdrivers' | ||
end | ||
|
||
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.