aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
AgeCommit message (Collapse)Author
2018-05-16Update sawyer and faraday. Refs #7032Alban Peignier
2018-05-11Refs #69746976-security-driven-packages-updateZog
Refs #6975 Refs #6976 Updates dependencies with potential security breaches
2018-05-06Remove guard. Refs #6958Alban Peignier
2018-05-06Add parallel_tests. Refs #6957Alban Peignier
2018-04-16Refs #6179; Update acts_as_list6179-update-acts_as_listZog
And (hopefully) fix bugs on routes having duplicated positions
2018-04-10Merge pull request #438 from af83/6368-gtfs-importLuc Donnet
GTFS import (first step)
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-03-30Initial import for agencies, stops, routes, trips and stop_times. Refs #6368Alban Peignier
2018-03-27Refs #5871; Limit access to Sidekiq dashboard to authenticated usersZog
2018-03-26Use public URLs for af83 gems. Refs #6047Alban Peignier
2018-02-27Delete unused sinatra gem in Gemfile5878-fix-ComplianceChecksController-showLuc Donnet
2018-02-22Don't load activerecord-nulldb-adapter if RAILS_DB_ADAPTER isn't nulldb. ↵Alban Peignier
Refs #6010
2018-02-19Merge branch 'master' into 0000-dockerLuc Donnet
2018-02-09Merge branch 'master' into 4126-add-i18n-jsLuc Donnet
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-09Merge pull request #296 from af83/5807-update-webpackerLuc Donnet
5807 update webpacker
2018-02-09Refs #5669 @2h; Add a snapshot mechanism in the specsZog
2018-02-09Refs #5807; Bump webpackerZog
2018-02-01Refs #5758 @1h; Add localized names to StopAreasZog
2018-02-01Revert webpacker to 3.0.2. Refs #5807Alban Peignier
2018-01-26Remove 'rspec-snaphost' to check if it causes segfaults on travisZog
2018-01-25Refs #5586 @4h; First `action_links` refactorZog
- Implement new API - Migrate the LineDecorator - ensure no change on the "lines/index" view
2018-01-08removed one0000-gemfile-multiple-nulldb-entriesRobert
2018-01-08Merge pull request #208 from af83/5485-first-docker-scriptsAlban Peignier
First docker scripts. Refs #5485
2018-01-08Refs #5455; Adds a livereload middlewareZog
This allow us to reload the CSS withour reloading the whole page. You'll thank me the day you'll work on React-heavy pages.
2018-01-07disable sqlite and tune install taskFlorent Peyraud
2018-01-07add puma nd nulldb adapterFlorent Peyraud
2017-12-28Gem country_selectXinhui
Refs #5427
2017-12-21Merge branch 'master' into ↵Luc Donnet
5316-migrate-compliance-control-and-check-attributes-from-hs
2017-12-21Gemfile: Remove `hstore_accessor`Teddy Wing
We're no longer using this gem. See: * b54daa7b2d7925131572e5e5d5181cf3515a6057 * 993650cd1739a3c4c2dd6a4dc01110b57ef88f36 Refs #5316
2017-12-20Refs #5334; Fix specs broken by null_db adapterZog
2017-12-20Refs #5334@3h; Add support fort NullDB in ApartmentZog
This will allow us to compile assets with a null_db adapter.
2017-12-19disable sqlite and tune install taskFlorent Peyraud
2017-12-17add puma nd nulldb adapterFlorent Peyraud
2017-12-05Fixes: #5179@1h; Referential Creation Enforces objectid_format from ↵5179-ref_creation_enforces_objectid_formatRobert
associated Workbench - CR changes implemented
2017-11-28Add gem paper_trailXinhui
2017-11-13add seedbank gems for spliting seeds, update objectid_format in seeds files, ↵Guillaume
add objectid_format to stif initializers
2017-10-18Add breadcrumb gem gretelXinhui
2017-10-12remove capistrano-npmFlorent Peyraud
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-09-27Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-27Update gem enumerize to lastest version - 2.1.2Xinhui
Fix https://github.com/brainspec/enumerize/issues/224
2017-09-21Add responder gem to automatically have flash message Refs #4576 @2Luc Donnet
2017-09-15Initialize first model for compliance_control STI Refs #3550 @4Luc Donnet
2017-08-31Remove squeel and update ransack (to fix dependency problem with squeel). ↵Alban Peignier
Refs #4364
2017-08-01Import#notify_parent: Update :notified_parent_atTeddy Wing
The `#notify_parent` method should update the `notified_parent_at` field on the child import so we know not to query it in subsequent batches of parent import notifications. Add the Timecop gem in order to be able to safely test the DateTime update. Refs #3511
2017-07-07Add gem email_specXinhui
2017-06-12Merge remote-tracking branch 'origin/master' into ↵Teddy Wing
3479-refactor-table_builder-helper
2017-06-08Gemfile: Add 'htmlbeautifier' in :test groupTeddy Wing
Want a way to beautify HTML to get better diffs in the `TableBuilderHelper` spec. Beautifying the HTML allows us to do line comparisons of the HTML that results from the builder. Refs #3479
2017-06-06Refs: #3604; rewriting schema cloner in RubyRobert