Gemfile.lock in baza-0.0.19 vs Gemfile.lock in baza-0.0.20
- old
+ new
@@ -1,26 +1,36 @@
+GIT
+ remote: git://github.com/kaspernj/best_practice_project.git
+ revision: 0044e7efed0ee0f7b42f8acc662617812a38c5b1
+ specs:
+ best_practice_project (0.0.5)
+ psych (~> 2.0.0)
+
GEM
remote: http://rubygems.org/
specs:
- activemodel (4.2.3)
- activesupport (= 4.2.3)
+ activemodel (4.2.5)
+ activesupport (= 4.2.5)
builder (~> 3.1)
- activerecord (4.2.3)
- activemodel (= 4.2.3)
- activesupport (= 4.2.3)
+ activerecord (4.2.5)
+ activemodel (= 4.2.5)
+ activesupport (= 4.2.5)
arel (~> 6.0)
activerecord-jdbc-adapter (1.3.17)
activerecord (>= 2.2)
- activesupport (4.2.3)
+ activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
- arel (6.0.0)
+ arel (6.0.3)
array_enumerator (0.0.10)
+ ast (2.2.0)
+ astrolabe (1.3.1)
+ parser (~> 2.2)
builder (3.2.2)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
datet (0.0.25)
@@ -42,10 +52,11 @@
nokogiri (~> 1.6.3)
oauth2
hashie (3.4.2)
highline (1.7.2)
i18n (0.7.0)
+ jar-dependencies (0.3.1)
jdbc-mysql (5.1.35)
jdbc-sqlite3 (3.8.10.1)
jeweler (2.0.1)
builder
bundler (>= 1.0)
@@ -58,11 +69,11 @@
json (1.8.3)
json (1.8.3-java)
jwt (1.5.1)
method_source (0.8.2)
mini_portile (0.6.2)
- minitest (5.7.0)
+ minitest (5.8.3)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql (2.9.1)
mysql2 (0.3.18)
@@ -73,20 +84,27 @@
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
+ parser (2.2.3.0)
+ ast (>= 1.1, < 3.0)
+ powerpack (0.1.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.10.1-java)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
spoon (~> 0.0)
+ psych (2.0.16)
+ psych (2.0.16-java)
+ jar-dependencies (>= 0.1.7)
rack (1.6.4)
+ rainbow (2.0.0)
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
rspec (3.3.0)
rspec-core (~> 3.3.0)
@@ -99,10 +117,18 @@
rspec-support (~> 3.3.0)
rspec-mocks (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
+ rubocop (0.35.1)
+ astrolabe (~> 1.3)
+ parser (>= 2.2.3.0, < 3.0)
+ powerpack (~> 0.1)
+ rainbow (>= 1.99.1, < 3.0)
+ ruby-progressbar (~> 1.7)
+ tins (<= 1.6.0)
+ ruby-progressbar (1.7.5)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
@@ -111,22 +137,24 @@
ffi
sqlite3 (1.3.10)
string-cases (0.0.1)
thread_safe (0.3.5)
thread_safe (0.3.5-java)
+ tins (1.6.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
wref (0.0.8)
PLATFORMS
java
ruby
DEPENDENCIES
- activerecord
+ activerecord (= 4.2.5)
activerecord-jdbc-adapter
array_enumerator (~> 0.0.10)
+ best_practice_project!
bundler
codeclimate-test-reporter
datet (~> 0.0.25)
event_handler (~> 0.0.0)
jdbc-mysql
@@ -135,8 +163,12 @@
mysql
mysql2
pry
rdoc
rspec
+ rubocop (= 0.35.1)
sqlite3
string-cases (~> 0.0.1)
wref (~> 0.0.8)
+
+BUNDLED WITH
+ 1.10.6