Gemfile in rom-repository-1.1.0 vs Gemfile in rom-repository-1.2.0
- old
+ new
@@ -9,9 +9,10 @@
gem 'sqlite3', platforms: [:mri, :rbx]
gem 'jdbc-sqlite3', platforms: :jruby
end
group :test do
+ gem 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'master'
gem 'rom-sql', git: 'https://github.com/rom-rb/rom-sql.git', branch: 'master'
gem 'rspec'
gem 'dry-struct'
gem 'byebug', platforms: :mri
gem 'pg', platforms: [:mri, :rbx]