Gemfile in rom-repository-1.3.2 vs Gemfile in rom-repository-1.3.3

- old
+ new

@@ -9,11 +9,11 @@ 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 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'release-3.0' + gem 'rom-sql', git: 'https://github.com/rom-rb/rom-sql.git', branch: 'release-1.0' gem 'rspec' gem 'dry-struct' gem 'byebug', platforms: :mri gem 'pg', platforms: [:mri, :rbx] gem 'jdbc-postgres', platforms: :jruby