Skip to content

Commit

Permalink
chore: install esse from rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jul 10, 2024
1 parent 8599982 commit a1681c4
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'esse', github: 'marcosgz/esse', branch: 'main'
gem 'esse', '~> 0.3.0'
gem 'sqlite3', '~> 1.7.3'
gem 'activerecord', '~> 5.2'
gem 'esse-rspec', '~> 0.0.6'
Expand Down
18 changes: 6 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
GIT
remote: https://github.com/marcosgz/esse
revision: 9d9e0fdf92fc72f834b9dd50bf242878f088a23d
branch: main
specs:
esse (0.3.0)
multi_json
thor (>= 0.19)

PATH
remote: .
specs:
esse-active_record (0.2.1)
esse-active_record (0.3.0)
activerecord (>= 4.2, < 8)
esse (>= 0.2.3)
esse (>= 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -48,6 +39,9 @@ GEM
elasticsearch-transport (7.17.10)
faraday (>= 1, < 3)
multi_json
esse (0.3.0)
multi_json
thor (>= 0.19)
esse-rspec (0.0.6)
esse (>= 0.2.4)
rspec (>= 3)
Expand Down Expand Up @@ -148,7 +142,7 @@ DEPENDENCIES
awesome_print
dotenv
elasticsearch (~> 7.17, >= 7.17.10)
esse!
esse (~> 0.3.0)
esse-active_record!
esse-rspec (~> 0.0.6)
pry
Expand Down
6 changes: 3 additions & 3 deletions ci/Gemfile.rails-5.2.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
esse-active_record (0.2.1)
esse-active_record (0.3.0)
activerecord (>= 4.2, < 8)
esse (>= 0.2.3)
esse (>= 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
elasticsearch-transport (7.17.10)
faraday (>= 1, < 3)
multi_json
esse (0.2.6)
esse (0.3.0)
multi_json
thor (>= 0.19)
esse-rspec (0.0.6)
Expand Down
6 changes: 3 additions & 3 deletions ci/Gemfile.rails-6.0.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
esse-active_record (0.2.1)
esse-active_record (0.3.0)
activerecord (>= 4.2, < 8)
esse (>= 0.2.3)
esse (>= 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
elasticsearch-transport (7.17.10)
faraday (>= 1, < 3)
multi_json
esse (0.2.6)
esse (0.3.0)
multi_json
thor (>= 0.19)
esse-rspec (0.0.6)
Expand Down
6 changes: 3 additions & 3 deletions ci/Gemfile.rails-6.1.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
esse-active_record (0.2.1)
esse-active_record (0.3.0)
activerecord (>= 4.2, < 8)
esse (>= 0.2.3)
esse (>= 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
elasticsearch-transport (7.17.10)
faraday (>= 1, < 3)
multi_json
esse (0.2.6)
esse (0.3.0)
multi_json
thor (>= 0.19)
esse-rspec (0.0.6)
Expand Down
6 changes: 3 additions & 3 deletions ci/Gemfile.rails-7.0.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
esse-active_record (0.2.1)
esse-active_record (0.3.0)
activerecord (>= 4.2, < 8)
esse (>= 0.2.3)
esse (>= 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
elasticsearch-transport (7.17.10)
faraday (>= 1, < 3)
multi_json
esse (0.2.6)
esse (0.3.0)
multi_json
thor (>= 0.19)
esse-rspec (0.0.6)
Expand Down
6 changes: 3 additions & 3 deletions ci/Gemfile.rails-7.1.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
esse-active_record (0.2.1)
esse-active_record (0.3.0)
activerecord (>= 4.2, < 8)
esse (>= 0.2.3)
esse (>= 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
elasticsearch-transport (7.17.10)
faraday (>= 1, < 3)
multi_json
esse (0.2.6)
esse (0.3.0)
multi_json
thor (>= 0.19)
esse-rspec (0.0.6)
Expand Down
2 changes: 1 addition & 1 deletion esse-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'esse', '>= 0.2.3'
spec.add_dependency 'esse', '>= 0.3.0'
spec.add_dependency 'activerecord', '>= 4.2', '< 8'
spec.add_development_dependency 'awesome_print'
spec.add_development_dependency 'dotenv'
Expand Down
2 changes: 1 addition & 1 deletion lib/esse/active_record/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Esse
module ActiveRecord
VERSION = '0.2.1'
VERSION = '0.3.0'
end
end

0 comments on commit a1681c4

Please sign in to comment.