-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from NCSU-Libraries/rails6
update to rails 6
- Loading branch information
Showing
4 changed files
with
156 additions
and
156 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,13 @@ end | |
|
||
group :test do | ||
gem 'headless' | ||
gem 'capybara-webkit' | ||
gem 'launchy' | ||
gem 'vcr' | ||
gem 'webmock' | ||
gem 'sqlite3', '~> 1.3.6' | ||
gem 'rails-controller-testing' | ||
|
||
# include a theme and some searchers for integration tests | ||
gem 'quick_search-generic_theme' | ||
gem 'quick_search-generic_theme', git: "[email protected]:NCSU-Libraries/quick_search-generic_theme" | ||
gem 'quick_search-wikipedia_searcher' | ||
gem 'quick_search-arxiv_searcher' | ||
gem 'quick_search-open_library_searcher' | ||
|
Oops, something went wrong.